burn the logs and use 'install.bash'
[webi-installers/.git] / node / releases.js
index 40afcf92ae8cabf92f47d940f45f19accf941509..c2fc470925fcc114c13cbd0f07b1493483d3788a 100644 (file)
@@ -140,7 +140,7 @@ module.exports = getAllReleases;
 
 if (module === require.main) {
   getAllReleases(require('@root/request')).then(function (all) {
-    console.log(JSON.stringify(all));
-    //console.log(JSON.stringify(all, null, 2));
+    console.info(JSON.stringify(all));
+    //console.info(JSON.stringify(all, null, 2));
   });
 }