Skip to content

Commit

Permalink
fix(core.gbapp): Update of all packages and nodejs to 19.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Nov 19, 2022
1 parent a315d21 commit f8d2cd8
Show file tree
Hide file tree
Showing 6 changed files with 9,795 additions and 27,515 deletions.
2 changes: 1 addition & 1 deletion boot.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ try {
var run = () => {

console.log(`[GB Runtime] Initializing General Bots (BotServer)...`);
console.log(`[GB Runtime] ${now()} - Running '${GBServer.name}' on '${import.meta.url}'`);
console.log(`[GB Runtime] ${now()} - Running on '${import.meta.url}'`);
GBServer.GBServer.run();
}
var processDist = () => {
Expand Down

0 comments on commit f8d2cd8

Please sign in to comment.