Skip to content

Commit f539140

Browse files
committed
Debug
1 parent 42b55b4 commit f539140

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-ide-interface",
3-
"version": "0.1.74",
3+
"version": "0.1.75",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/FileEditor/FileEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const FileEditor = ({
5959

6060
useEffect(() => {
6161
subscribe("autoSave", async () => {
62+
console.log("Auto saving file...",fileToSave, fileContent);
6263
if (autosave) {
6364
await autoSave();
6465
publish("autoSaveCompleted")

0 commit comments

Comments
 (0)