✏️ 正在编辑: and-ignore-errors.js
路径:
/usr/lib/node_modules/npm/lib/install/and-ignore-errors.js
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
'use strict' module.exports = function (cb) { return function () { var args = Array.prototype.slice.call(arguments, 1) if (args.length) args.unshift(null) return cb.apply(null, args) } }
💾 保存文件
← 返回文件管理器