From bced52505f32d6cca4f944bb610a8a26767908a8 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sun, 29 Mar 2020 04:03:49 +1100 Subject: Update to Prettier 2 and use ES Private Fields (#4498) --- cli/js/error_stack.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/js/error_stack.ts') 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, }) ); } -- cgit v1.2.3