Show More
Commit Description:
change logger to be limited by file size
Commit Description:
change logger to be limited by file size
References:
File last commit:
Show/Diff file:
Action:
node_modules/core-js/fn/array/push.js | 4 lines | 135 B | application/javascript | JavascriptLexer |
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.push, arguments);
};