@lobu/embeddings 18.0.0 → 19.1.0
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/server.js +1 -2
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -155,8 +155,7 @@ app.post("/api/embeddings", async (c) => {
|
|
|
155
155
|
// When forked by the embedded runtime (startEmbeddings), exit if the parent
|
|
156
156
|
// dies without a graceful teardown — otherwise the child is orphaned and leaks
|
|
157
157
|
// until killed by hand. Standalone `npm start` has no IPC channel, so
|
|
158
|
-
// process.send is undefined and this never fires.
|
|
159
|
-
// connector-worker child-runner.ts installParentDeathHandlers().
|
|
158
|
+
// process.send is undefined and this never fires.
|
|
160
159
|
//
|
|
161
160
|
// Register the listener BEFORE checking process.connected: Node does not
|
|
162
161
|
// replay a 'disconnect' emitted before a listener exists, and the parent can
|