Skip to content

Commit 9677469

Browse files
committed
complete missing comment
1 parent 0cd15ca commit 9677469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/main/main-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ export function beforeUpdate() {}
1212
export function afterUpdate() {}
1313

1414
// TODO: Either move to common or replace with empty functions because some of these
15+
// shouldn't be called on the server
1516
export { createRoot, createEventDispatcher, mount } from './main-client.js';

0 commit comments

Comments
 (0)