You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've received a bug report yui/yuidoc#325. This is an issue for tracking.
$ node -e 'require("yui").YUI().use("base", function (Y) { Y.log("This is an error.", "error"); })'
util.error: Use console.error instead
error: This is an error.
I've received a bug report yui/yuidoc#325. This is an issue for tracking.
$ node -e 'require("yui").YUI().use("base", function (Y) { Y.log("This is an error.", "error"); })' util.error: Use console.error instead error: This is an error.
There is the related source code.
https://github.com/yui/yui3/blob/master/src/yui/js/yui-log-nodejs.js
The text was updated successfully, but these errors were encountered: