Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 22, 2023
1 parent f2e1eca commit 0ecc433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ try {
.option("-es, --ESBuild <File>", "esbuild configuration file")
.option("-ts, --TypeScript <File>", "TypeScript configuration file")
.action(Build)
.parse();
.parse();
} catch (_Error) {
console.log(_Error);
}

0 comments on commit 0ecc433

Please sign in to comment.