Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawpluta committed Mar 25, 2016
1 parent 45ee26b commit 12eb585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/playlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function playlist(url) {
var video = ytdl(url);

video.on('error', function error(err) {
console.log('error 2:', err);
console.log(err.stack);
});

var size = 0;
Expand Down

0 comments on commit 12eb585

Please sign in to comment.