Skip to content

Commit 730704e

Browse files
committed
fix: type check
1 parent 6f96397 commit 730704e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repl/src/lib/Workspace.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export class Workspace {
506506
return this.#svelte_version;
507507
}
508508

509-
set_svelte_version(value, notify = false) {
509+
set_svelte_version(value: string, notify = false) {
510510
this.#svelte_version = value;
511511
if (notify) {
512512
this.#update_file(this.#current);

0 commit comments

Comments
 (0)