mirror of
https://github.com/sune-org/ORP.git
synced 2026-01-13 16:17:59 +00:00
Update index.js
This commit is contained in:
2
index.js
2
index.js
@@ -370,7 +370,7 @@ export class MyDurableObject {
|
||||
try { this.oaStream?.controller?.abort(); } catch {}
|
||||
this.saveSnapshot();
|
||||
this.bcast({ type: 'err', message: this.error });
|
||||
this.notify(`Run ${this.rid} failed: ${this.error}`, 4, ['rotating_light']);
|
||||
this.notify(`Run ${this.rid} failed: ${this.error}`, 3, ['rotating_light']);
|
||||
this.state.waitUntil(this.stopHeartbeat());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user