We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f21a4d commit e971c74Copy full SHA for e971c74
1 file changed
src/sentinel/hotpatch.ts
@@ -125,6 +125,7 @@ export async function hotpatch(this: Sentinel, hotpatchType: HotpatchType, by: s
125
Logger.log('Failed to hotpatch', hotpatchType, by, error.message);
126
Logger.errorLog(error);
127
}
128
+ if (error instanceof ChatError) return;
129
throw error;
130
131
0 commit comments