Skip to content

Commit 67d585d

Browse files
committed
chore: fixes from review
1 parent 00f514a commit 67d585d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/store/tutorial-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ export class TutorialRunner {
685685
}
686686
});
687687
this._editorStore.addFileOrFolder({ path: filePath, type: 'file' });
688-
this._updateCurrentFiles({ [filePath]: 'test' });
688+
this._updateCurrentFiles({ [filePath]: '' });
689689
scheduleReadFor(filePath, 'utf-8');
690690
}
691691
});

0 commit comments

Comments
 (0)