refactor: remove "password" in comments

This commit is contained in:
Barış Soner Uşaklı
2024-12-09 14:40:49 -05:00
parent e532dcb46c
commit fe811537e9
8 changed files with 5 additions and 16 deletions

View File

@@ -51,8 +51,7 @@ 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 of auto-generated username/password 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);
}