Skip to content

Commit 3427928

Browse files
KyrylRArvolear
andauthored
Update src/index.ts
Co-authored-by: Artem Chystiakov <[email protected]>
1 parent e643528 commit 3427928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { ExtendedCircomParser } from "./ExtendedCircomParser";
88
export function getCircomParser(source: string): ExtendedCircomParser {
99
let inputStream: antlr4.CharStream;
1010
let fileIdentifier = "Built from source";
11+
1112
if (fs.existsSync(source)) {
1213
inputStream = antlr4.CharStreams.fromPathSync(source, "utf8");
1314
fileIdentifier = source;

0 commit comments

Comments
 (0)