mirror of
https://github.com/unanmed/ginka-generator.git
synced 2026-05-18 15:41:11 +08:00
fix: ginka 处理后不退出
This commit is contained in:
parent
10e6ad6394
commit
a7d21260e4
File diff suppressed because it is too large
Load Diff
@ -25,6 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"cli-progress": "^3.12.0",
|
||||
"fs-extra": "^11.3.0"
|
||||
"fs-extra": "^11.3.0",
|
||||
"why-is-node-running": "^3.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -14,6 +14,9 @@ importers:
|
||||
fs-extra:
|
||||
specifier: ^11.3.0
|
||||
version: 11.3.0
|
||||
why-is-node-running:
|
||||
specifier: ^3.2.2
|
||||
version: 3.2.2
|
||||
devDependencies:
|
||||
'@types/cli-progress':
|
||||
specifier: ^3.11.6
|
||||
@ -577,6 +580,11 @@ packages:
|
||||
engines: {node: '>=8'}
|
||||
hasBin: true
|
||||
|
||||
why-is-node-running@3.2.2:
|
||||
resolution: {integrity: sha512-NKUzAelcoCXhXL4dJzKIwXeR8iEVqsA0Lq6Vnd0UXvgaKbzVo4ZTHROF2Jidrv+SgxOQ03fMinnNhzZATxOD3A==}
|
||||
engines: {node: '>=20.11'}
|
||||
hasBin: true
|
||||
|
||||
snapshots:
|
||||
|
||||
'@esbuild/aix-ppc64@0.25.1':
|
||||
@ -1020,3 +1028,5 @@ snapshots:
|
||||
dependencies:
|
||||
siginfo: 2.0.0
|
||||
stackback: 0.0.2
|
||||
|
||||
why-is-node-running@3.2.2: {}
|
||||
|
||||
@ -30,5 +30,7 @@ export function parseGinka(data: Map<string, FloorData>) {
|
||||
data: resolved
|
||||
};
|
||||
|
||||
progress.stop();
|
||||
|
||||
return dataset;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user