@sentio/runtime 2.57.12-rc.i → 2.57.12-rc.j
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/lib/{chunk-CAKQS6AI.js → chunk-PDTC7P7O.js} +1 -1
- package/lib/{chunk-CAKQS6AI.js.map → chunk-PDTC7P7O.js.map} +1 -1
- package/lib/index.js +1 -1
- package/lib/processor-runner.js +1 -2
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +18 -23
- package/lib/service-worker.js.map +1 -1
- package/package.json +1 -1
- package/src/endpoints.ts +2 -4
- package/src/service-manager.ts +0 -1
- package/src/service-worker.ts +18 -23
package/lib/index.js
CHANGED
package/lib/processor-runner.js
CHANGED
@@ -44,7 +44,7 @@ import {
|
|
44
44
|
require_src,
|
45
45
|
trace,
|
46
46
|
withAbort
|
47
|
-
} from "./chunk-
|
47
|
+
} from "./chunk-PDTC7P7O.js";
|
48
48
|
import {
|
49
49
|
ExecutionConfig,
|
50
50
|
HandlerType,
|
@@ -37351,7 +37351,6 @@ var ServiceManager = class {
|
|
37351
37351
|
processId: request3.processId
|
37352
37352
|
});
|
37353
37353
|
}).catch((e) => {
|
37354
|
-
console.debug(e);
|
37355
37354
|
dbContext.error(request3.processId, e);
|
37356
37355
|
process_binding_error.add(1);
|
37357
37356
|
}).finally(() => {
|