mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Fixed ESLint warning.
This commit is contained in:
parent
3c7c3d794b
commit
819c8aaa1c
@ -34,6 +34,7 @@ function print_quest_stats(): void {
|
||||
for (const [type, npcs] of type_data) {
|
||||
const props = get_properties(type);
|
||||
|
||||
/* eslint-disable no-console */
|
||||
console.log(NpcType[type]);
|
||||
console.log(" cnt " + props.map(col_print_name).join(" "));
|
||||
|
||||
@ -44,6 +45,7 @@ function print_quest_stats(): void {
|
||||
` ${quest}`,
|
||||
);
|
||||
}
|
||||
/* eslint-enable no-console */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user