Skip to content

Commit

Permalink
✨ (boost.ts) fix of call execDeno function argments
Browse files Browse the repository at this point in the history
BREAKING CHANGE: you must not argments(denoOption and scriptOption)
  • Loading branch information
Comamoca committed Feb 2, 2023
1 parent 5198478 commit ed39b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ if (typeof path == "undefined") {
console.log("🚨 An error has occurred");
exit();
} else {
await execDeno(path, "-A");
await execDeno(path);
}

0 comments on commit ed39b62

Please sign in to comment.