diff options
Diffstat (limited to 'core/examples')
-rw-r--r-- | core/examples/http_bench.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/examples/http_bench.rs b/core/examples/http_bench.rs index 7cacf79b0..ea8058019 100644 --- a/core/examples/http_bench.rs +++ b/core/examples/http_bench.rs @@ -191,6 +191,7 @@ fn main() { }); let args: Vec<String> = env::args().collect(); + // NOTE: `--help` arg will display V8 help and exit let args = deno::v8_set_flags(args); log::set_logger(&LOGGER).unwrap(); |