@ -3904,7 +3904,7 @@ Use a `try... catch` block to return either the result of the function or an app
```js
constattempt=(fn,...args)=>{
try{
returnfn(args);
returnfn(...args);
}catch(e){
returneinstanceofError?e:newError(e);
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.