Skip to content

Commit

Permalink
Build Tooling: Log build error to stderr
Browse files Browse the repository at this point in the history
Co-Authored-By: Daniel Richards <daniel.p.richards@gmail.com>
  • Loading branch information
aduth and talldan committed May 30, 2019
1 parent 7fbbad0 commit 26964b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/packages/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ stream
onFileComplete();

if ( error ) {
console.log( error );
console.error( error );
}

if ( ended && ++complete === files.length ) {
Expand Down

0 comments on commit 26964b4

Please sign in to comment.