burn the logs and use 'install.bash'
[webi-installers/.git] / pathman / releases.js
index be23f1390115058dc0fd6bb7664fb95255694f45..141dcb4224b7546ce25d73aa0c2dd30a8d129878 100644 (file)
@@ -19,6 +19,6 @@ module.exports = function (request) {
 
 if (module === require.main) {
   module.exports(require('@root/request')).then(function (all) {
-    console.log(JSON.stringify(all, null, 2));
+    console.info(JSON.stringify(all, null, 2));
   });
 }