Skip to content

Commit 02f71cc

Browse files
Update sandbox.html
1 parent e305d64 commit 02f71cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/sandbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
fileUri = urlParams.get("fileUri")
148148
filePath = urlParams.get("filePath")
149149
if (fileUri != null){
150-
ttkProxy.loadFile(fileUri, "/test_file.py");
150+
await ttkProxy.loadFile(fileUri, "/test_file.py");
151151
loadFile("/test_file.py")
152152
}else if (filePath != null){
153153
loadFile(filePath)

0 commit comments

Comments
 (0)