We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3971211 commit d01f8a8Copy full SHA for d01f8a8
src/index.tsx
@@ -434,8 +434,8 @@ class StaticServer {
434
if (!this._stateChangeEmitter.hasListeners) {
435
throw Error(
436
starting
437
- ? 'Server auto-start on the app going into foreground failed'
438
- : 'Server auto-stop on the app going into background failed',
+ ? `Server (#${this._id}) auto-start on the app going into foreground failed`
+ : `Server (#${this._id}) auto-stop on the app going into background failed`,
439
);
440
}
441
0 commit comments