diff --git a/bin/www b/bin/www index 6ebfc6944..639852a93 100755 --- a/bin/www +++ b/bin/www @@ -16,7 +16,8 @@ const http = require('http'); const initPromise = require('../init'); let server; -initPromise.then(() => { +initPromise +.then(() => { /** * Get port from environment and store in Express. */