Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Nov 5, 2024
1 parent af1d470 commit 516c8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tools/repl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ pub async fn run(
if !cli_options.is_quiet() {
let mut handle = io::stdout().lock();

writeln!(handle, "Subshell {}", std::env::var("SUBSHELL_VERSION").unwrap_or(crate::version::deno().to_string()));
writeln!(handle, "Subshell {}", std::env::var("SUBSHELL_VERSION").unwrap_or(crate::version::DENO_VERSION_INFO.deno.to_string()));
writeln!(handle, "exit using ctrl+d, ctrl+c, or close()");

if repl_flags.is_default_command {
Expand Down

0 comments on commit 516c8b9

Please sign in to comment.