@ipmanlk/rem-track-hunter
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -91,3 +91,3 @@ "use strict"; | ||
return [4 /*yield*/, Cache.getValue("youtube_url", keyword).catch(function (e) { | ||
console.log("Failed to read youtube_url table."); | ||
// console.log("Failed to read youtube_url table."); | ||
})]; | ||
@@ -119,3 +119,3 @@ case 1: | ||
Cache.saveValue("youtube_url", keyword, youtubeLink).catch(function (e) { | ||
console.log("Failed to write to youtube_url table."); | ||
// console.log("Failed to write to youtube_url table."); | ||
}); | ||
@@ -122,0 +122,0 @@ } |
{ | ||
"name": "@ipmanlk/rem-track-hunter", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
62265
34
1394