Skip to content

Commit 5b90edb

Browse files
committed
Adding some more logging
1 parent 2785c21 commit 5b90edb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ fs.removeAsync(config.screenshotRoot)
7777
})
7878
.catch(function(e) {
7979
console.error(e);
80+
console.error(e.message);
81+
console.error(e.stack);
8082
});
8183

8284

0 commit comments

Comments
 (0)