Skip to content

Commit 863ee8f

Browse files
committed
lint
1 parent 8e320fe commit 863ee8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/dev/tracing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export function set_tracing_expression_reactive(value) {
170170
}
171171

172172
export function get_stack() {
173-
let error = Error()
173+
let error = Error();
174174
const stack = error.stack;
175175

176176
if (stack) {

0 commit comments

Comments
 (0)