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.
1 parent c0681ba commit 32958dcCopy full SHA for 32958dc
features/support/hooks.js
@@ -36,6 +36,7 @@ async function clean () {
36
}
37
catch (error) {
38
// rethrow to get a readable error
39
+ console.error(error); // eslint-disable-line no-console
40
throw error;
41
42
0 commit comments