diff options
Diffstat (limited to 'core/flags.rs')
-rw-r--r-- | core/flags.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/flags.rs b/core/flags.rs index 7c1f5c449..b69abab6f 100644 --- a/core/flags.rs +++ b/core/flags.rs @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + use rusty_v8 as v8; /// Pass the command line arguments to v8. /// Returns a vector of command line arguments that V8 did not understand. |