Skip to content

Commit

Permalink
Update with review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
veeck committed Oct 7, 2022
1 parent 29dd892 commit e8de419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ function App() {
nodePromises.push(nodeHelper.start());
}

Log.log("Sockets connected & modules started ...");
Promise.allSettled(nodePromises).then(() => {
Log.log("Sockets connected & modules started ...");

Promise.all(nodePromises).then(() => {
if (typeof callback === "function") {
callback(config);
}
Expand Down

0 comments on commit e8de419

Please sign in to comment.