diff --git a/components/Editor/Console.tsx b/components/Editor/Console.tsx index 5c73ab7..c29ce99 100644 --- a/components/Editor/Console.tsx +++ b/components/Editor/Console.tsx @@ -18,22 +18,25 @@ const Console = () => { }, [consoleLog]) return ( -
- {consoleLog.map((log, index) => ( -
-          {log.type === LogType.Error && (
-            [Error] 
-          )}
-          {log.type === LogType.Warn && (
-            [Warn] 
-          )}
-          {log.message}
-        
- ))} -
+
+

Console

+
+ {consoleLog.map((log, index) => ( +
+            {log.type === LogType.Error && (
+              [Error] 
+            )}
+            {log.type === LogType.Warn && (
+              [Warn] 
+            )}
+            {log.message}
+          
+ ))} +
+
) } diff --git a/components/Editor/index.tsx b/components/Editor/index.tsx index b71aba3..392166a 100644 --- a/components/Editor/index.tsx +++ b/components/Editor/index.tsx @@ -393,7 +393,7 @@ const Editor = ({ readOnly = false }: Props) => { isThreeColumnLayout && 'md:w-1/2', )} > -
+
setCodeType(value)} @@ -482,20 +482,9 @@ const Editor = ({ readOnly = false }: Props) => {
-
- -
diff --git a/components/Tracer/index.tsx b/components/Tracer/index.tsx index 4e2188e..7ea3167 100644 --- a/components/Tracer/index.tsx +++ b/components/Tracer/index.tsx @@ -140,7 +140,7 @@ export const Tracer = () => { return ( <> -
+
{
)} -
-
- -
+
void }) { return ( -
+
{trace === undefined ? (

Run the app to get debug info