diff options
Diffstat (limited to 'cli/main.rs')
| -rw-r--r-- | cli/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs index 729559d9a..32e40ff51 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -320,7 +320,7 @@ pub fn main() { Box::new(util::draw_thread::DrawThread::show), ); - let args: Vec<String> = env::args().collect(); + let args: Vec<_> = env::args_os().collect(); // NOTE(lucacasonato): due to new PKU feature introduced in V8 11.6 we need to // initialize the V8 platform on a parent thread of all threads that will spawn |
