Revert "Update to Electron 2.0.x"

This commit is contained in:
Sandeep Somavarapu
2018-07-23 10:58:49 +02:00
committed by GitHub
parent 28a82a6eec
commit 1dc23e548e
21 changed files with 3734 additions and 7361 deletions

View File

@@ -32,7 +32,7 @@ function code() {
VSCODE_DEV=1 \
ELECTRON_ENABLE_LOGGING=1 \
ELECTRON_ENABLE_STACK_DUMPING=1 \
"$CODE" --inspect=5874 "$ROOT/out/cli.js" . "$@"
"$CODE" --debug=5874 "$ROOT/out/cli.js" . "$@"
}
code "$@"