Skip to content

Commit bdaec16

Browse files
committed
lint
1 parent 14b48ef commit bdaec16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/twig/src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ process.on("unhandledRejection", (reason) => {
133133

134134
const error = reason instanceof Error ? reason : new Error(String(reason));
135135
captureException(error, { source: "main", type: "unhandledRejection" });
136-
});
136+
});

0 commit comments

Comments
 (0)