We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77145ae + 8b9a30c commit 5721eeaCopy full SHA for 5721eea
automation/run-e2e/lib/setup-test-project.mjs
@@ -42,7 +42,8 @@ export async function setupTestProject() {
42
43
await updateAtlas();
44
} catch (e) {
45
- throw new Error("Failed to unzip the test project into tests/testProject", e.message);
+ console.error(e);
46
+ throw new Error("Failed to unzip the test project into tests/testProject");
47
}
48
49
0 commit comments