Skip to content

Commit 3f04c1a

Browse files
committed
feat(ignite): dont exit by default on uncaught errors
1 parent c7d32eb commit 3f04c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ignite/Ignite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ export class Ignite extends Macroable {
536536
if (!Is.Exception(error)) {
537537
error = error.toAthennaException()
538538
}
539-
539+
540540
if (!error.details) {
541541
error.details = []
542542
}

0 commit comments

Comments
 (0)