We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139e4ad commit 0255834Copy full SHA for 0255834
1 file changed
test/index.js
@@ -65,7 +65,7 @@ fs.removeAsync(config.screenshotRoot)
65
numBrowsers: 1
66
})
67
.then(function(build) {
68
- console.log('Build started', build.build);
+ console.log('Build started', build);
69
});
70
71
0 commit comments