Skip to content

Commit e971c74

Browse files
committed
sentinel: Don't rethrow ChatErrors
1 parent 0f21a4d commit e971c74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sentinel/hotpatch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export async function hotpatch(this: Sentinel, hotpatchType: HotpatchType, by: s
125125
Logger.log('Failed to hotpatch', hotpatchType, by, error.message);
126126
Logger.errorLog(error);
127127
}
128+
if (error instanceof ChatError) return;
128129
throw error;
129130
}
130131
}

0 commit comments

Comments
 (0)