@bluelibs/runner 4.5.8 → 4.5.9
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/index.cjs +1 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -3
- package/dist/index.mjs +1 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4105,13 +4105,7 @@ async function run(resourceOrResourceWithConfig, options) {
|
|
|
4105
4105
|
store2.lock();
|
|
4106
4106
|
eventManager.lock();
|
|
4107
4107
|
await logger.lock();
|
|
4108
|
-
await eventManager.emit(
|
|
4109
|
-
globalEvents.ready,
|
|
4110
|
-
{
|
|
4111
|
-
root: store2.root.resource
|
|
4112
|
-
},
|
|
4113
|
-
"system"
|
|
4114
|
-
);
|
|
4108
|
+
await eventManager.emit(globalEvents.ready, void 0, "run");
|
|
4115
4109
|
await boundedLogger.info("Runner online. Awaiting tasks and events.");
|
|
4116
4110
|
if (shutdownHooks) {
|
|
4117
4111
|
unhookShutdown = registerShutdownHook(() => store2.dispose());
|