Skip to content

Commit 3fc4068

Browse files
authored
Fix log levels in config.js
1 parent 3b29fbb commit 3fc4068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Options:
5858
--max_concurrency <number> Place a cap on the max-concurrency option to use for each task. (default: no limit)
5959
--max_runtime <number> Number of minutes (approximate) that a task is allowed to run before being forcibly canceled (timeout). (default: no limit)
6060
Log Levels:
61-
error | debug | info | verbose | debug | silly
61+
error | warn | info | verbose | debug | silly
6262
`);
6363
process.exit(0);
6464
}

0 commit comments

Comments
 (0)