Skip to content

Commit 0255834

Browse files
committed
Logging more info about starting the build
1 parent 139e4ad commit 0255834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fs.removeAsync(config.screenshotRoot)
6565
numBrowsers: 1
6666
})
6767
.then(function(build) {
68-
console.log('Build started', build.build);
68+
console.log('Build started', build);
6969
});
7070
});
7171
});

0 commit comments

Comments
 (0)