diff --git a/package.json b/package.json index 791de96a81..3fcd8992cf 100644 --- a/package.json +++ b/package.json @@ -182,6 +182,7 @@ "nightwatch_local_publishContract": "nightwatch ./test-browser/tests/publishContract.js --config nightwatch.js --env chrome ", "nightwatch_local_generalSettings": "nightwatch ./test-browser/tests/generalSettings.js --config nightwatch.js --env chrome ", "nightwatch_local_fileExplorer": "nightwatch ./test-browser/tests/fileExplorer.js --config nightwatch.js --env chrome ", + "nightwatch_local_debugger": "nightwatch ./test-browser/tests/debugger.js --config nightwatch.js --env chrome ", "onchange": "onchange build/app.js -- npm-run-all lint", "prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", "remixd": "remixd -s ./contracts --remix-ide http://127.0.0.1:8080", diff --git a/src/app/editor/editor.js b/src/app/editor/editor.js index 976d242d43..d418e48c16 100644 --- a/src/app/editor/editor.js +++ b/src/app/editor/editor.js @@ -91,7 +91,7 @@ class Editor extends Plugin { } // Editor Setup - const el = yo`