summaryrefslogtreecommitdiff
path: root/cli/js/error_stack.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/error_stack.ts')
-rw-r--r--cli/js/error_stack.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/error_stack.ts b/cli/js/error_stack.ts
index 6ec8752e6..97e9f68de 100644
--- a/cli/js/error_stack.ts
+++ b/cli/js/error_stack.ts
@@ -54,7 +54,7 @@ function patchCallSite(callSite: CallSite, location: Location): CallSite {
},
getPromiseIndex(): number | null {
return callSite.getPromiseIndex();
- }
+ },
};
}
@@ -181,7 +181,7 @@ function prepareStackTrace(
applySourceMap({
filename,
line,
- column
+ column,
})
);
}