Skip to content

Commit 2755302

Browse files
save file
1 parent 0edd579 commit 2755302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
4343

4444
<script init>
45-
console.clear();
45+
//console.clear();
4646
console.log('editor-v2.0.html');
4747
console.log();
4848
console.json=v=>console.log(JSON.stringify(v,null,4));
@@ -78,7 +78,7 @@
7878
window.electronAPI?.onOpenFile(async filePath=>{
7979
console.log('openfile',filePath);
8080
var txt = await window.electronAPI.readFile(filePath);
81-
console.log(txt);
81+
console.log('txt',txt);
8282

8383
});
8484

0 commit comments

Comments
 (0)