Skip to content

Commit 91f05bb

Browse files
Update templates/cli/index.js.twig
Co-authored-by: Matej Bačo <[email protected]>
1 parent 8cf8349 commit 91f05bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/index.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env node
22

33
/** Required to set max width of the help commands */
4-
let oldWidth = process.stdout.columns
4+
const oldWidth = process.stdout.columns
55
process.stdout.columns = 100
66
/** ---------------------------------------------- */
77

0 commit comments

Comments
 (0)