mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28: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) {
|
for (const [type, npcs] of type_data) {
|
||||||
const props = get_properties(type);
|
const props = get_properties(type);
|
||||||
|
|
||||||
|
/* eslint-disable no-console */
|
||||||
console.log(NpcType[type]);
|
console.log(NpcType[type]);
|
||||||
console.log(" cnt " + props.map(col_print_name).join(" "));
|
console.log(" cnt " + props.map(col_print_name).join(" "));
|
||||||
|
|
||||||
@ -44,6 +45,7 @@ function print_quest_stats(): void {
|
|||||||
` ${quest}`,
|
` ${quest}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
/* eslint-enable no-console */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user