This commit is contained in:
Christer Warén
2022-04-06 21:46:13 +03:00
parent e6c7a19648
commit ec30dcbfb8
2 changed files with 3 additions and 10 deletions

View File

@ -25,11 +25,9 @@ module.exports = class Stations extends Array {
});
if(options.show){
this.logger('Stations');
list.forEach(station => {
console.log("- " + station.name);
this.logger('Stations', station.name);
});
console.log("\n");
}
list.forEach(async station => {