@streamapp/stream 0.0.5 → 0.0.6
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/bin/stream.mjs +1 -1
- package/package.json +1 -1
- package/resources/server.mjs +1 -1
package/bin/stream.mjs
CHANGED
package/package.json
CHANGED
package/resources/server.mjs
CHANGED
|
@@ -174395,7 +174395,7 @@ async function runDesktopRecipeLocked(recipe, params, driver) {
|
|
|
174395
174395
|
await driver.sleep(step.ms);
|
|
174396
174396
|
}
|
|
174397
174397
|
} catch (e) {
|
|
174398
|
-
if (e instanceof ForegroundRefused) return
|
|
174398
|
+
if (e instanceof ForegroundRefused) return blocked("drift", e.message);
|
|
174399
174399
|
throw e;
|
|
174400
174400
|
}
|
|
174401
174401
|
}
|