diff options
Diffstat (limited to 'native-app')
-rwxr-xr-x | native-app/index.js | 1 |
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); } |