Suppose you're opening an issue and there's a lot noisey logs that may be useful.
Rather than wrecking readability, wrap it in a <details> tag!
<details>
 Summary Goes Here| const ABORTABLE_ERROR_KEY = '__abortablePromise'; | |
| /** | |
| * @typedef {Promise.<*>} AbortablePromise | |
| * | |
| * @property {function} abort Additional method for abort original promise | |
| */ | |
| /** | |
| * | 
| # Put this in your ~/.gitconfig or ~/.config/git/config | |
| # Windows users: "~" is your profile's home directory, e.g. C:\Users\<YourName> | |
| [user] | |
| name = Your Full Name | |
| email = [email protected] | |
| [color] | |
| # Enable colors in color-supporting terminals | |
| ui = auto | |
| [alias] | |
| # List available aliases |