Skip to content

Commit 9e14768

Browse files
Fix standard nits
1 parent 4bcaf21 commit 9e14768

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/lib/start.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ function bin (argv, server) {
124124
if (e.code === 'EACCES') {
125125
if (e.syscall === 'mkdir') {
126126
console.log(colors.red.bold('ERROR'), `You need permissions to create '${e.path}' folder`)
127-
}
128-
else {
127+
} else {
129128
console.log(colors.red.bold('ERROR'), 'You need root privileges to start on this port')
130129
}
131130
return 1

0 commit comments

Comments
 (0)