mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
lint: long line
This commit is contained in:
@@ -51,7 +51,8 @@ async function setup(initConfig) {
|
|||||||
}
|
}
|
||||||
console.log('NodeBB Setup Completed. Run "./nodebb start" to manually start your NodeBB server.');
|
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) {
|
if (process.send) {
|
||||||
process.send(data);
|
process.send(data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user