We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32390b commit ac0ead2Copy full SHA for ac0ead2
2 files changed
scripts/code.bat
@@ -36,9 +36,6 @@ set ELECTRON_ENABLE_STACK_DUMPING=1
36
37
:: Launch Code
38
39
-:: Use the following to get v8 tracing:
40
-:: %CODE% --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" . %*
41
-
42
%CODE% . %*
43
goto end
44
scripts/code.sh
@@ -50,7 +50,4 @@ function code() {
50
exec "$CODE" . "$@"
51
}
52
53
-# Use the following to get v8 tracing:
54
-# code --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" "$@"
55
56
code "$@"
0 commit comments