Skip to content

Commit 167f193

Browse files
save file
1 parent 9863582 commit 167f193

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
@@ -118,7 +118,7 @@
118118
console.log(window.electronAPI);
119119

120120
window.electronAPI?.onOpenFile(async filePath=>{
121-
121+
console.log('openfile',filepath);
122122
var txt = await window.electronAPI.readFile(filePath);
123123
console.log(txt);
124124

0 commit comments

Comments
 (0)