Skip to content

Commit c716f60

Browse files
committed
Update child-process.js
1 parent 4500063 commit c716f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/child-process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ process.on('message', function(task) {
6969
err.skip = true;
7070
}
7171
else {
72-
err = new Error('Error when downloading file :' + res.statusCode);
72+
err = new Error('Error downloading file, got status ' + res.statusCode);
7373
}
7474

7575
stream.end();

0 commit comments

Comments
 (0)