Skip to content

Commit b3e0132

Browse files
Update src/exports/ipc.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent fc2943b commit b3e0132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exports/ipc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class IpcServer extends EventEmitter<IpcServerEvents> {
9999
this.emit(IpcMessageType.TaskCommand, payload.clientId, payload.data)
100100
break
101101
default:
102-
throw new Error(`[server#onMessage] unhandled payload: ${JSON.stringify(payload)}`)
102+
this.log(`[server#onMessage] unhandled payload: ${JSON.stringify(payload)}`)
103103
break
104104
}
105105
}

0 commit comments

Comments
 (0)