mirror of
https://github.com/unanmed/ginka-generator.git
synced 2026-05-23 12:21: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": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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: {}
|
||||||
|
|||||||
@ -30,5 +30,7 @@ export function parseGinka(data: Map<string, FloorData>) {
|
|||||||
data: resolved
|
data: resolved
|
||||||
};
|
};
|
||||||
|
|
||||||
|
progress.stop();
|
||||||
|
|
||||||
return dataset;
|
return dataset;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user