fix: ginka 处理后不退出

This commit is contained in:
unanmed 2025-04-30 21:42:35 +08:00
parent 10e6ad6394
commit a7d21260e4
4 changed files with 14 additions and 8708 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,6 +25,7 @@
}, },
"dependencies": { "dependencies": {
"cli-progress": "^3.12.0", "cli-progress": "^3.12.0",
"fs-extra": "^11.3.0" "fs-extra": "^11.3.0",
"why-is-node-running": "^3.2.2"
} }
} }

View File

@ -14,6 +14,9 @@ importers:
fs-extra: fs-extra:
specifier: ^11.3.0 specifier: ^11.3.0
version: 11.3.0 version: 11.3.0
why-is-node-running:
specifier: ^3.2.2
version: 3.2.2
devDependencies: devDependencies:
'@types/cli-progress': '@types/cli-progress':
specifier: ^3.11.6 specifier: ^3.11.6
@ -577,6 +580,11 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
hasBin: true hasBin: true
why-is-node-running@3.2.2:
resolution: {integrity: sha512-NKUzAelcoCXhXL4dJzKIwXeR8iEVqsA0Lq6Vnd0UXvgaKbzVo4ZTHROF2Jidrv+SgxOQ03fMinnNhzZATxOD3A==}
engines: {node: '>=20.11'}
hasBin: true
snapshots: snapshots:
'@esbuild/aix-ppc64@0.25.1': '@esbuild/aix-ppc64@0.25.1':
@ -1020,3 +1028,5 @@ snapshots:
dependencies: dependencies:
siginfo: 2.0.0 siginfo: 2.0.0
stackback: 0.0.2 stackback: 0.0.2
why-is-node-running@3.2.2: {}

View File

@ -30,5 +30,7 @@ export function parseGinka(data: Map<string, FloorData>) {
data: resolved data: resolved
}; };
progress.stop();
return dataset; return dataset;
} }