Skip to content

Commit

Permalink
nodejs function changed (#364)
Browse files Browse the repository at this point in the history
nodejs function util.debug changed to util.debuglog
(cherry picked from commit 35d1141)
  • Loading branch information
imran-5 authored and dylans committed Feb 12, 2020
1 parent 35d43b6 commit 090a881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _base/configNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ exports.config = function(config){
// define debug for console messages during dev instead of console.log
// (node's heavy async makes console.log confusing sometimes)
var util = require("util");
util.debug(util.inspect(item));
util.debuglog(util.inspect(item));
},

eval: function(__text, __urlHint){
Expand Down

0 comments on commit 090a881

Please sign in to comment.