migrate to flags (#249)
This commit is contained in:
committed by
pullfrog[bot]
parent
623e11c7ce
commit
f67cc25f74
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user