Update brain.mjs

This commit is contained in:
Arma-Damna-Dillo 2025-02-08 04:13:24 +00:00
parent 170f2f43cd
commit a1bc7f1940

View file

@ -42,7 +42,7 @@ class ConsciousnessApp {
console.log("Goodbye!") console.log("Goodbye!")
return rl.close() return rl.close()
} }
this.userTalks(query).then(resolve); // Call userTalks and resolve when done this.userTalks(query); // Call userTalks and resolve when done
this.asker() this.asker()
}); });
} }