Skip to content

Commit 0edd579

Browse files
save file
1 parent ef41e8b commit 0edd579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/editor/v2.0/editor-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
console.log(window.electronAPI);
7777

7878
window.electronAPI?.onOpenFile(async filePath=>{
79-
console.log('openfile',filepath);
79+
console.log('openfile',filePath);
8080
var txt = await window.electronAPI.readFile(filePath);
8181
console.log(txt);
8282

0 commit comments

Comments
 (0)