Skip to content

Commit 97cd07c

Browse files
committed
chore(): lint fix
1 parent b31466b commit 97cd07c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/application/error-catcher/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ const HawkPlugin = {
2020
vue: app,
2121
release: window.HAWK_RELEASE,
2222
});
23-
app.config.globalProperties.$hawk = hawk;
23+
24+
app.config.globalProperties.$hawk = hawk;
2425
},
2526
};
2627

0 commit comments

Comments
 (0)