We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0edd579 commit 2755302Copy full SHA for 2755302
utils/editors/editor/v2.0/editor-v2.0.html
@@ -42,7 +42,7 @@
42
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
43
44
<script init>
45
- console.clear();
+ //console.clear();
46
console.log('editor-v2.0.html');
47
console.log();
48
console.json=v=>console.log(JSON.stringify(v,null,4));
@@ -78,7 +78,7 @@
78
window.electronAPI?.onOpenFile(async filePath=>{
79
console.log('openfile',filePath);
80
var txt = await window.electronAPI.readFile(filePath);
81
- console.log(txt);
+ console.log('txt',txt);
82
83
});
84
0 commit comments