Skip to content
Snippets Groups Projects
Commit 7c82a9fd authored by yakomaxa's avatar yakomaxa
Browse files

update transpile.ts

parent 10d9a6c8
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,9 @@ export function parse(lang: Script.Language, str: string): Expression {
return query;
} catch (e) {
console.error(e.message);
throw e;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment