@bluelibs/runner 4.5.0-alpha.3 → 4.5.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/index.mjs CHANGED
@@ -4000,7 +4000,7 @@ var RunResult = _RunResult;
4000
4000
  // src/run.ts
4001
4001
  var platform3 = getPlatform();
4002
4002
  async function run(resourceOrResourceWithConfig, options) {
4003
- await getPlatform().init();
4003
+ await platform3.init();
4004
4004
  const {
4005
4005
  debug = void 0,
4006
4006
  logs = {},