lint: long line

This commit is contained in:
Barış Soner Uşaklı
2024-12-09 14:44:05 -05:00
parent fe811537e9
commit c69765e305

View File

@@ -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);
}