Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
proc
/
thread-self
/
root
/
usr
/
share
/
nodejs
/
npm
/
lib
/
utils
/
Or
Select Your none :
Upload File :
New :
File
Dir
//proc/thread-self/root/usr/share/nodejs/npm/lib/utils/umask.js
var umask = require('umask') var npmlog = require('npmlog') var _fromString = umask.fromString module.exports = umask // fromString with logging callback umask.fromString = function (val) { _fromString(val, function (err, result) { if (err) { npmlog.warn('invalid umask', err.message) } val = result }) return val }