From 62544b4186b53f146c32664bb0767f00460a2856 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 28 Sep 2017 11:57:05 +0200 Subject: [PATCH] comment --- src/app/tabs/run-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/run-tab.js b/src/app/tabs/run-tab.js index 7b12847324..afc3d0f569 100644 --- a/src/app/tabs/run-tab.js +++ b/src/app/tabs/run-tab.js @@ -200,8 +200,8 @@ function runTab (container, appAPI, appEvents, opts) { var selectExEnv = el.querySelector('#selectExEnvOptions') selectExEnv.addEventListener('change', function (event) { executionContext.executionContextChange(selectExEnv.options[selectExEnv.selectedIndex].value, null, () => { + // set the new context. if that fails, rollback the current one. selectExEnv.value = executionContext.getProvider() - console.log('came back neg') }) fillAccountsList(appAPI, el)