« get me outta code hell

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/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'native-app/index.js')
-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);
     }