Skip to content

Commit f554497

Browse files
committed
refactor: remove cli function invocation in graceful
1 parent 059f3f3 commit f554497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ function cli() {
3434
process.stdout.write(`${output}\n`);
3535
}
3636

37-
graceful(cli());
37+
graceful(cli);

0 commit comments

Comments
 (0)