From 7cec4d1f425fc353eb3488edc16d4ec5dee631a4 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Tue, 4 Jan 2022 21:13:42 -0500 Subject: [PATCH] Format --- js/src/common/Application.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/common/Application.tsx b/js/src/common/Application.tsx index db784e13c..4e54308b3 100644 --- a/js/src/common/Application.tsx +++ b/js/src/common/Application.tsx @@ -550,7 +550,7 @@ export default class Application { if (formattedErrors.length) { console.error(...formattedErrors); } else { - console.error(e) + console.error(e); } console.groupEnd();