change to structured weather icon paths
This commit is contained in:
parent
e2877aad77
commit
384693688c
294 changed files with 1182 additions and 67 deletions
|
|
@ -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
1115
tests/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue