migrate to flags (#249)

This commit is contained in:
David Blass
2026-02-10 05:04:46 +00:00
committed by pullfrog[bot]
parent 623e11c7ce
commit f67cc25f74
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -146370,7 +146370,7 @@ async function main() {
try {
if (payload.debug) {
process.env.LOG_LEVEL = "debug";
log.info("\xBB debug mode enabled via #debug macro");
log.info("\xBB debug mode enabled via --debug flag");
}
if (payload.cwd && process.cwd() !== payload.cwd) {
process.chdir(payload.cwd);