summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/main.rs')
-rw-r--r--cli/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs
index 7f86967aa..218bc70f5 100644
--- a/cli/main.rs
+++ b/cli/main.rs
@@ -930,7 +930,7 @@ async fn repl_command(
}
worker.run_event_loop(false).await?;
- tools::repl::run(&ps, worker, repl_flags.eval).await
+ tools::repl::run(&ps, worker, repl_flags.eval_files, repl_flags.eval).await
}
async fn run_from_stdin(flags: Flags) -> Result<i32, AnyError> {