Replace console.log by deprecate function
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/*eslint no-console: ["error", { allow: ["warn"] }] */
|
||||
|
||||
module.exports = function deprecate (msg) {
|
||||
console.warn(msg);
|
||||
};
|
||||
Reference in New Issue
Block a user