silgi 0.20.19 → 0.20.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/index.mjs +1 -1
- package/dist/cli/dev.mjs +1 -1
- package/dist/meta/index.d.mts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/_chunks/index.mjs
CHANGED
package/dist/cli/dev.mjs
CHANGED
|
@@ -99,9 +99,9 @@ const dev = defineCommand({
|
|
|
99
99
|
process.on("SIGINT", async () => {
|
|
100
100
|
consola.withTag("silgi").info("Shutting down...");
|
|
101
101
|
await close();
|
|
102
|
+
await silgi.callHook("close", silgi);
|
|
102
103
|
process.exit(0);
|
|
103
104
|
});
|
|
104
|
-
await silgi.callHook("close", silgi);
|
|
105
105
|
consola.withTag("silgi").success("Prepare completed");
|
|
106
106
|
consola.withTag("silgi").info("Process is still running. Press Ctrl+C to exit.");
|
|
107
107
|
setInterval(() => {
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED