Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit dc58481

Browse files
authored
Update MonacoEditorExecute.ts
1 parent 7d5b88e commit dc58481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/component/MonacoEditorExecute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const ExecuteCode = async (pyodide: PyodideInterface, code: string): Prom
4444
} catch (e: any) {
4545
stdout(e.stack);
4646
} finally {
47-
stdout(`\n[editor (Pyodide: v${pyodide.version}): ${new Date().toLocaleString("en-us")}]`);
47+
stdout(`\n[Editor (Pyodide: v${pyodide.version}): ${new Date().toLocaleString("en-us")}]`);
4848
}
4949

5050
return consoleOutput;

0 commit comments

Comments
 (0)