@intuned/runtime-dev 1.0.4-remove-playwright.11 → 1.0.4-remove-playwright.13
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.
|
@@ -57,6 +57,7 @@ _commander.program.description("run auth session create").option("--cdpAddress <
|
|
|
57
57
|
});
|
|
58
58
|
let nextGeneratorParam = undefined;
|
|
59
59
|
while (true) {
|
|
60
|
+
console.log("running create gggg", nextGeneratorParam);
|
|
60
61
|
const {
|
|
61
62
|
value,
|
|
62
63
|
done
|
|
@@ -66,7 +67,7 @@ _commander.program.description("run auth session create").option("--cdpAddress <
|
|
|
66
67
|
if (value.error instanceof _runApi.AutomationError) {
|
|
67
68
|
throw value.error.error;
|
|
68
69
|
}
|
|
69
|
-
console.error(value.error);
|
|
70
|
+
console.error("testtttt", value.error);
|
|
70
71
|
throw new Error(`Error while running create ${JSON.stringify(value)}`);
|
|
71
72
|
}
|
|
72
73
|
const fullState = value.value.session;
|