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 25, 2024
1 parent c46b324 commit e930b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function repl({ debug }: { debug?: boolean }, pipelines: string[]) {
args: [
"repl",
"-A",
"--eval-file=https://cdn.jsdelivr.net/gh/fluentci-io/fluentci@d9e4ad4/src/prelude.ts",
"--eval-file=https://cdn.jsdelivr.net/gh/fluentci-io/fluentci@c46b324/src/prelude.ts",
...args,
],
env: {
Expand Down

0 comments on commit e930b4e

Please sign in to comment.