Skip to content

Commit

Permalink
Lets go
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 14, 2024
1 parent 1e5b42c commit 89da1aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/postbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ ${content}`.trimStart(),
console.timeEnd('done');
}

main();
main().catch(e => {
console.warn(`Failed to modify ${filePath}`);
});

0 comments on commit 89da1aa

Please sign in to comment.