lumix

Results 1 comments of lumix

> 附加需求: > > 1. catch完允许恢复 > 2. then/catch的回调允许返回Promise > > ```js > let isThenable = x => !!(x!==undefined && x.then); > let runThenable = (func, arg) => isThenable(arg) ?...