We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcaf21 commit 9e14768Copy full SHA for 9e14768
bin/lib/start.js
@@ -124,8 +124,7 @@ function bin (argv, server) {
124
if (e.code === 'EACCES') {
125
if (e.syscall === 'mkdir') {
126
console.log(colors.red.bold('ERROR'), `You need permissions to create '${e.path}' folder`)
127
- }
128
- else {
+ } else {
129
console.log(colors.red.bold('ERROR'), 'You need root privileges to start on this port')
130
}
131
return 1
0 commit comments