Skip to content

Commit 46647b0

Browse files
committed
Adding more logging
1 parent 7e4be9d commit 46647b0

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
@@ -136,7 +136,7 @@ function startBuild(options) {
136136

137137
request(options, function(error, response, body) {
138138
if (error || response.statusCode !== 200) {
139-
reject(error || new Error(body));
139+
reject(error || body);
140140
return;
141141
}
142142

0 commit comments

Comments
 (0)