fallback promises
[henge/kiak.git] / main.js
diff --git a/main.js b/main.js
index 064e2c2..ff85c9c 100644 (file)
--- a/main.js
+++ b/main.js
@@ -24,6 +24,7 @@ function captureStream() {
   let p = new Promise((resolve,reject) => {
     ipcMain.on('defaultStreamResponse', (event, arg) => {
       console.log('received defaultStreamResponse')
+      console.log(arg)
       resolve(arg)
     })
   })
@@ -46,7 +47,6 @@ const routes = {
     response.end()
   },
   '/favicon.ico': function favicon() {
-    return 'strapp'
     response.end()
   },
   '/streamlist': function streamlist(response) {