Skip to content

Commit 3637382

Browse files
committed
fix lint
1 parent 8d4407d commit 3637382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/proxy-adapter-dom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* global window, document */
22
import * as svelteInternal from 'svelte/internal'
3-
const svelteInsert = svelteInternal.insert_hydration || svelteInternal.insert;
3+
const svelteInsert = svelteInternal.insert_hydration || svelteInternal.insert
44
if(!svelteInsert) {
5-
throw new Error('failed to find insert_hydration and insert in svelte/internal');
5+
throw new Error('failed to find insert_hydration and insert in svelte/internal')
66
}
77

88
import ErrorOverlay from './overlay.js'

0 commit comments

Comments
 (0)