@skrillex1224/playwright-toolkit 2.1.257 → 2.1.258
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 +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2303,7 +2303,7 @@ async function createApifyKit() {
|
|
|
2303
2303
|
options
|
|
2304
2304
|
}
|
|
2305
2305
|
);
|
|
2306
|
-
await Actor2.fail(`Run Step ${step} \u5931\u8D25 (\u5DF2\u91CD\u8BD5 ${retryTimes} \u6B21): ${finalError.message}`);
|
|
2306
|
+
await Actor2.fail(`Run Step ${step} \u5931\u8D25 (\u5DF2\u91CD\u8BD5 ${retryTimes} \u6B21): ${finalError.message} | url: ${page.url()}`);
|
|
2307
2307
|
} else {
|
|
2308
2308
|
throw finalError;
|
|
2309
2309
|
}
|