diff --git a/src/cli/setup.js b/src/cli/setup.js index 67b958ed95..511dc81e73 100644 --- a/src/cli/setup.js +++ b/src/cli/setup.js @@ -51,7 +51,8 @@ async function setup(initConfig) { } console.log('NodeBB Setup Completed. Run "./nodebb start" to manually start your NodeBB server.'); - // If I am a child process, notify the parent of the returned data before exiting (useful for notifying hosts during headless setups) + // If I am a child process, notify the parent of the returned data before exiting + // (useful for notifying hosts during headless setups) if (process.send) { process.send(data); }