scheduler error handling + style
This commit is contained in:
parent
45c7b29a96
commit
23e059a065
9 changed files with 444 additions and 425 deletions
|
|
@ -39,7 +39,7 @@ export class Cyclist {
|
|||
}
|
||||
});
|
||||
} catch (e) {
|
||||
console.warn('scheduler error: ', e.message);
|
||||
onLog(`error: ${e.message}`);
|
||||
onError?.(e);
|
||||
}
|
||||
}, // called slightly before each cycle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue