diff options
author | Devine Lu Linvega <[email protected]> | 2019-09-11 14:58:03 -0400 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-09-11 14:58:03 -0400 |
commit | 22ddaf7d47c67401684b13b96d95569a7d812f46 (patch) | |
tree | ce7683e165edc27ebe6d8465c7a87ad4c2a61b48 /index.html | |
parent | ed13d44ef059738c6e7d9673460b817c20be2527 (diff) | |
download | Orca-22ddaf7d47c67401684b13b96d95569a7d812f46.tar.gz Orca-22ddaf7d47c67401684b13b96d95569a7d812f46.zip |
Clear console on load
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ <body> <script type="module" src="browser/mock/require.js"></script> <script type="module"> + console.clear() import Terminal from "./desktop/sources/scripts/terminal.js"; const terminal = new Terminal() window.__dirname = "desktop/sources"; |