« get me outta code hell

Popup UI - interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/native-app
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-03-22 21:03:44 -0300
committerFlorrie <towerofnix@gmail.com>2019-03-22 21:03:44 -0300
commit951499dba4ea173ba4c1f08b956e5d558999da45 (patch)
tree7adae99d03bf9025063637c6fe7f8ea9eb80e759 /native-app
parent3878c62bb16991ba2dab0bf069b0a67ad53d9106 (diff)
Popup UI
Diffstat (limited to 'native-app')
-rwxr-xr-xnative-app/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/native-app/index.js b/native-app/index.js
index 16ef810..52dd47b 100755
--- a/native-app/index.js
+++ b/native-app/index.js
@@ -33,6 +33,7 @@ class TrackPlayer {
 
         const stream = new EventEmitter();
         stream.write = () => {};
+        stream.end = () => {};
         this.process.stderr.pipe(stream);
     }