X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=bin%2Fwww;h=36f54dd12bcdd9b01ab105379caf0f7716a0b5c3;hb=2bada710d28ffe9f45b150e5744b43af83e93d99;hp=eacc6e590a84adf376064cc50b0dc790b994aeb4;hpb=29c8b391bcdf6ffca53545178e2ad194287a1bdc;p=qomet.git diff --git a/bin/www b/bin/www index eacc6e5..36f54dd 100755 --- a/bin/www +++ b/bin/www @@ -72,7 +72,7 @@ function onError(error) if (error.syscall !== 'listen') throw error; - let bind = typeof port === 'string' + const bind = typeof port === 'string' ? 'Pipe ' + port : 'Port ' + port;