aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-09-11 14:58:03 -0400
committerDevine Lu Linvega <[email protected]>2019-09-11 14:58:03 -0400
commit22ddaf7d47c67401684b13b96d95569a7d812f46 (patch)
treece7683e165edc27ebe6d8465c7a87ad4c2a61b48 /index.html
parented13d44ef059738c6e7d9673460b817c20be2527 (diff)
downloadOrca-22ddaf7d47c67401684b13b96d95569a7d812f46.tar.gz
Orca-22ddaf7d47c67401684b13b96d95569a7d812f46.zip
Clear console on load
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index cc938b5..18ce528 100644
--- a/index.html
+++ b/index.html
@@ -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";