Skip to content

Commit

Permalink
update the default imported prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 22, 2024
1 parent b8540ff commit 2664e29
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@main/src/prelude.ts",
"--eval-file=https://cdn.jsdelivr.net/gh/fluentci-io/fluentci@b8540ff/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@main/src/prelude.ts",
"--eval-file=https://cdn.jsdelivr.net/gh/fluentci-io/fluentci@b8540ff/src/prelude.ts",
...args,
],
env: {
Expand Down

0 comments on commit 2664e29

Please sign in to comment.