|
|
res = args ? handler.apply(context, args) : handler.call(context)
|
|
res = args ? handler.apply(context, args) : handler.call(context)
|
|
|
res.catch(e => handleError(e, vm, info + ` (Promise/async)`))
|
|
res.catch(e => handleError(e, vm, info + ` (Promise/async)`))
|