Skip to content

Commit a086755

Browse files
dummdidumm7nik
authored andcommitted
fix: type check
1 parent ce13069 commit a086755

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)