]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - lib/webtorrent.js
Error handling mini refractoring
[github/Chocobozzz/PeerTube.git] / lib / webtorrent.js
index d1ca3c9f2fe62a784784416c2c38a8e3a36259ab..d0db6e066adcfedf02c15b32a3cd32487da22ddf 100644 (file)
@@ -62,7 +62,7 @@
       try {
         wt.remove(magnetUri, callback)
       } catch (err) {
-        console.log('Cannot remove the torrent from WebTorrent')
+        console.log('Cannot remove the torrent from WebTorrent.')
         return callback(null)
       }