Skip to content

Commit 4916e27

Browse files
authored
Merge pull request #274 from AthennaIO/develop
feat(ignite): dont exit by default on uncaught errors
2 parents ea26a86 + 3f04c1a commit 4916e27

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)