diff options
Diffstat (limited to 'src/http-music.js')
-rwxr-xr-x | src/http-music.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/http-music.js b/src/http-music.js index 3f1c901..12c93e7 100755 --- a/src/http-music.js +++ b/src/http-music.js @@ -33,6 +33,10 @@ function downloadPlaylistFromOptionValue(arg) { } } +// Let this forever be of use to people who run into +// maxlistenersexceededwarning. +process.on('warning', e => console.warn(e.stack)) + Promise.resolve() .then(async () => { let sourcePlaylist = null |