Another regression fix
parent
e14d6a6fb8
commit
c1cf1b0d3a
|
@ -103,7 +103,7 @@ export class SpaceSystem {
|
|||
}
|
||||
|
||||
// The cron hook
|
||||
this.system.addHook(new CronHook());
|
||||
this.system.addHook(new CronHook(this.system));
|
||||
|
||||
// Register syscalls available on the server side
|
||||
this.system.registerSyscalls(
|
||||
|
|
Loading…
Reference in New Issue