We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b48ef commit bdaec16Copy full SHA for bdaec16
1 file changed
apps/twig/src/main/index.ts
@@ -133,4 +133,4 @@ process.on("unhandledRejection", (reason) => {
133
134
const error = reason instanceof Error ? reason : new Error(String(reason));
135
captureException(error, { source: "main", type: "unhandledRejection" });
136
-});
+});
0 commit comments