Skip to content

Commit 5e03488

Browse files
committed
Clear own logs on start
1 parent fb6d55a commit 5e03488

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/window.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,10 @@ export default function Window({ application, session }) {
410410
term_console.scrollToEnd();
411411
}
412412

413+
// Hide Workbench own logs on start
414+
// https://matrix.to/#/!pOGgkAueAsusiyFCTb:matrix.org/$17109266081ktyZv:gnome.org?via=gnome.org&via=matrix.org&via=matrix.cispa.de
415+
term_console.clear();
416+
413417
return { load, window, runCode };
414418
}
415419

0 commit comments

Comments
 (0)