mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Themes: add Monkeytype themes
This commit is contained in:
parent
91456a8bc9
commit
1afbb95e05
5 changed files with 1353 additions and 24 deletions
|
|
@ -54,7 +54,7 @@ export const unhandledRejectionHandler = (onExit) => (event) => {
|
|||
if (event.reason.name === 'ExitStatus' || event.reason.message === 'Program terminated with exit(0)') {
|
||||
onExit()
|
||||
} else {
|
||||
console.error('Unhandled rejection (promise: ', event.promise, ', reason: ', event.reason, ').');
|
||||
console.error('Unhandled rejection (promise: ', event.promise, ', reason: ', event.reason, ').')
|
||||
}
|
||||
event.preventDefault()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue