From e930b4e6541b5b979b72b2014f3a023ebb596b55 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 25 Jan 2024 06:49:18 +0000 Subject: [PATCH] update prelude.ts --- src/cmd/repl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/repl.ts b/src/cmd/repl.ts index e161a91..d2f2dc8 100644 --- a/src/cmd/repl.ts +++ b/src/cmd/repl.ts @@ -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: {