@@ -103,7 +103,7 @@ function checkMetar() {
items.push(newMetar(metars[i]));
}
let outputPath = METAR_SERVICE + "/" + icao;
let outputPath = path.join(METAR_SERVICE, icao);
writeFeed(generateFeed(METAR_SERVICE, icao, items, outputPath), outputPath);
});
The note is not visible to the blocked user.