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 90d7334 commit 3be3aacCopy full SHA for 3be3aac
test/functional.js
@@ -90,6 +90,8 @@ describe('Functional tests using webpack', function() {
90
done();
91
}).catch(err => {
92
console.log('before 4');
93
+ console.log(err);
94
+ console.log('before 5');
95
throw err;
96
});
97
0 commit comments