summary refs log tree commit diff
path: root/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'main.js')
-rw-r--r--main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.js b/main.js
index c300c41..79ed95a 100644
--- a/main.js
+++ b/main.js
@@ -22,6 +22,7 @@ window.stores.onChange = function (store, cb) {
 }
 const sd = window.sd = window.stores.sdlib
 function onclose() {
+    console.log('uh', new Error('uuuuh'))
     window.sd = window.stores.sdlib = new SoktDeer()
     document.getElementById('topbar').classList.add('hidden')
     pages.goToPage('login');