Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
proc
/
self
/
root
/
usr
/
share
/
nodejs
/
p-limit
/
node_modules
/
p-try
/
Or
Select Your none :
Upload File :
New :
File
Dir
//proc/self/root/usr/share/nodejs/p-limit/node_modules/p-try/index.js
'use strict'; const pTry = (fn, ...arguments_) => new Promise(resolve => { resolve(fn(...arguments_)); }); module.exports = pTry; // TODO: remove this in the next major version module.exports.default = pTry;