PATH: //proc/self/root/opt/alt/alt-nodejs11/root/usr/lib/node_modules/npm/node_modules/slash
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 index.js
↓
X
📄 package.json
↓
X
📄 readme.md
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: index.js
'use strict'; module.exports = function (str) { var isExtendedLengthPath = /^\\\\\?\\/.test(str); var hasNonAscii = /[^\x00-\x80]+/.test(str); if (isExtendedLengthPath || hasNonAscii) { return str; } return str.replace(/\\/g, '/'); };
SIMPAN PERUBAHAN