@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4002,7 +4002,7 @@ var RunResult = _RunResult;
|
|
|
4002
4002
|
// src/run.ts
|
|
4003
4003
|
var platform3 = getPlatform();
|
|
4004
4004
|
async function run(resourceOrResourceWithConfig, options) {
|
|
4005
|
-
await
|
|
4005
|
+
await platform3.init();
|
|
4006
4006
|
const {
|
|
4007
4007
|
debug = void 0,
|
|
4008
4008
|
logs = {},
|