+
+ {executionState === ExecutionState.STARTED ? (
+ <>
+
+ >
+ ) : (
+ ""
+ )}
+ {output || executionState === ExecutionState.ENDED
+ ? output
+ : "Waiting for output..."}
+
+
+ >
+ ) : (
+ ""
+ )}
+ + This editor crashed because of error: {error.message}. +
+ +