change to structured weather icon paths

This commit is contained in:
Matt Walsh
2025-05-14 16:16:20 -05:00
parent e2877aad77
commit 384693688c
294 changed files with 1182 additions and 67 deletions

View File

@@ -22,6 +22,7 @@ const formatter = async (message) => {
for (let i = 0; i < args.length; i += 1) {
text += `[${i}] ${args[i]} `;
}
text += message?.stackTrace()?.[0]?.url ?? '';
console.log(color(`CONSOLE.${type}: ${message.text()}\n${text} `));
};

1115
tests/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff