Skip to content

Commit a8118e0

Browse files
jameshopkinsbobzhang
authored andcommitted
Configuration Error Fixes (#1047)
* Fix typo Signed-Off-By: James Hopkins <[email protected]> * Output message from configuration error to stderr Signed-Off-By: James Hopkins <[email protected]>
1 parent f72a104 commit a8118e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function getConfigOutput(){
101101

102102
}
103103
catch(e){
104-
console.log("configuire failure")
104+
console.error("configuration failure")
105105
return false
106106
}
107107
}

0 commit comments

Comments
 (0)