PATH: //opt/alt/alt-nodejs12/root/lib/node_modules/npm/node_modules.bundled/err-code
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 .editorconfig
↓
X
📄 .eslintrc.json
↓
X
📄 .npmignore
↓
X
📄 .travis.yml
↓
X
📄 README.md
↓
X
📄 bower.json
↓
X
📄 index.js
↓
X
📄 index.umd.js
↓
X
📄 package.json
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: index.js
'use strict'; function createError(msg, code, props) { var err = msg instanceof Error ? msg : new Error(msg); var key; if (typeof code === 'object') { props = code; } else if (code != null) { err.code = code; } if (props) { for (key in props) { err[key] = props[key]; } } return err; } module.exports = createError;
SIMPAN PERUBAHAN