add comment back

This commit is contained in:
Joao Moreno 2017-04-11 16:05:21 +02:00
parent e359d83c06
commit 279a1110cd

View file

@ -41,4 +41,7 @@ function code() {
exec "$CODE" . "$@"
}
# Use the following to get v8 tracing:
# code --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" "$@"
code "$@"