Skip to content

Commit 3ab5810

Browse files
committed
debug
1 parent 59dd771 commit 3ab5810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/bin/encore.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ module.exports = Encore.getWebpackConfig();
316316

317317
throw new Error('Expected command to fail.');
318318
} catch (err) {
319+
console.log({ err })
319320
if (!'stdout' in err || !'stderr' in err) {
320321
throw new Error(`Error executing encore: ${err}`);
321322
}

0 commit comments

Comments
 (0)