Skip to content

Commit

Permalink
update prelude.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 22, 2024
1 parent 1e25842 commit 964b64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function repl(
"deno",
"repl",
"-A",
"--eval-file=https://cdn.jsdelivr.net/gh/fluentci-io/fluentci@27178a3/src/prelude.ts",
"--eval-file=https://cdn.jsdelivr.net/gh/fluentci-io/fluentci@1e25842/src/prelude.ts",
...args,
],
stdout: "inherit",
Expand All @@ -75,7 +75,7 @@ async function repl(
args: [
"repl",
"-A",
"--eval-file=https://cdn.jsdelivr.net/gh/fluentci-io/fluentci@27178a3/src/prelude.ts",
"--eval-file=https://cdn.jsdelivr.net/gh/fluentci-io/fluentci@1e25842/src/prelude.ts",
...args,
],
env: {
Expand Down

0 comments on commit 964b64f

Please sign in to comment.