Add blur + resize monitoring in exam mode
[qomet.git] / bin / www
diff --git a/bin/www b/bin/www
index eacc6e5..36f54dd 100755 (executable)
--- 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;