Backup commit

This commit is contained in:
Rolf Martin Glomsrud 2024-05-28 22:32:40 +02:00
parent dacc38ad24
commit cd45773354

View file

@ -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();