diff --git a/vimeomaster.js b/vimeomaster.js index f95ceea..3c299cf 100644 --- a/vimeomaster.js +++ b/vimeomaster.js @@ -134,8 +134,8 @@ function getJson(url, cb) { }); req.setTimeout(7000, function () { - console.log("Timeout. Retrying"); - combineSegments(type, i, segmentsUrl, output, filename, downloadingFlag, cb) + log("⚠️", 'Timeout. Retrying'); + combineSegments(type, i, segmentsUrl, output, filename, downloadingFlag, cb); }); } @@ -154,4 +154,4 @@ function initJs(n = 0) { }); } -initJs(); \ No newline at end of file +initJs();