UNPKG

cloudcmd

Version:

File manager for the web with console and editor

13 lines (9 loc) 225 B
import {tryToCatch} from 'try-to-catch'; const all = Promise.all.bind(Promise); export default async (a) => { const [e, result = []] = await tryToCatch(all, a); return [ e, ...result, ]; };