Skip to content

Commit

Permalink
BREAKING CHANGE: 3.0 arrived.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Apr 21, 2023
1 parent 2cb866b commit 0c1c02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic.gblib/services/GBVMService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export class GBVMService extends GBService {
const pid = GBAdminService.getNumberIdentifier();
GBServer.globals.processes[pid] = {
pid: pid,
userId: user.userId,
userId: user? user.userId:0,
instanceId: min.instance.instanceId,
channel: channel
};
Expand Down

0 comments on commit 0c1c02e

Please sign in to comment.