Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-zh committed Sep 23, 2024
1 parent bfcd219 commit 86f34ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/moonrun/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use clap::Parser;
use std::any::Any;
use std::io::{self, Write};
use std::path::Path;
use std::{cell::Cell, io::Read, path::PathBuf, time::Instant};

mod fs_api_temp;
Expand Down Expand Up @@ -410,7 +411,7 @@ fn create_script_origin<'s>(scope: &mut v8::HandleScope<'s>, name: &str) -> v8::
}

fn wasm_mode(
file: &PathBuf,
file: &Path,
args: &[String],
no_stack_trace: bool,
test_mode: bool,
Expand Down

0 comments on commit 86f34ed

Please sign in to comment.