Skip to content

Commit 3d4ffaa

Browse files
committed
More debug
1 parent c59af52 commit 3d4ffaa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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.2.51",
3+
"version": "0.2.52",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/FileEditor/TextEditor.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ const FileEditor = ({
308308
);
309309
}, [fileContent]);
310310

311+
console.log(language)
312+
311313
return (
312314
<Editor
313315
width="100%"

0 commit comments

Comments
 (0)