From df20bb2c00419a3e59e41057d41f1dff9230d9dd Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Fri, 31 Aug 2018 23:59:27 +0200 Subject: [PATCH] Ignore async exceptions when reading source files fails This fixes a subtle bug where async exceptions thrown in `addPrePostContext()` where not caught by the try/catch block. --- packages/node/src/parsers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node/src/parsers.ts b/packages/node/src/parsers.ts index 78732c292505..7cc9ad901570 100644 --- a/packages/node/src/parsers.ts +++ b/packages/node/src/parsers.ts @@ -140,7 +140,7 @@ export async function parseStack(stack: stacktrace.StackFrame[]): Promise