* @param {boolean} state Whether to turn on or off debug mode (default: true)
* @param {boolean} [state=true] Whether to turn on or off debug mode (default: true)
*/
debug(state=true){
this.debugMode=state
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.