diff options
author | Florrie <towerofnix@gmail.com> | 2019-03-22 21:03:44 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-03-22 21:03:44 -0300 |
commit | 951499dba4ea173ba4c1f08b956e5d558999da45 (patch) | |
tree | 7adae99d03bf9025063637c6fe7f8ea9eb80e759 /native-app | |
parent | 3878c62bb16991ba2dab0bf069b0a67ad53d9106 (diff) |
Popup UI
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); } |