burn the logs and use 'install.bash'

This commit is contained in:
AJ ONeal
2020-05-06 03:28:55 +00:00
parent 4d817fefe9
commit aca704f2d3
26 changed files with 14 additions and 16 deletions

View 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));
});
}