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/unshift.js | 4 lines | 138 B | application/javascript | JavascriptLexer |
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.unshift, arguments);
};