Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit a4cc529

Browse files
author
warner
committed
test logger
1 parent 204b13e commit a4cc529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gfx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module.exports = {
107107
blankLine.output();
108108
},
109109
warn: function(message){
110-
global.logger.error(error(message));
110+
global.logger.info(error(message));
111111
},
112112
help: function(){
113113
global.logger.info(

0 commit comments

Comments
 (0)