From cd45773354c6b682c89bd6a51c92f2e0fd71def1 Mon Sep 17 00:00:00 2001 From: polsevev Date: Tue, 28 May 2024 22:32:40 +0200 Subject: [PATCH] Backup commit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 788ef18..4da80ae 100644 --- a/src/index.ts +++ b/src/index.ts @@ -40,7 +40,7 @@ const main = async () => { "pipeline.jstql", "do.jstql", "awaitToPromise.jstql", - ]) { + ].slice(1, 2)) { const jstql_file = "dsl_files/" + proposalFile; const test_file = Bun.file(jstql_file); const test_JSTQL = await test_file.text();