Themes: add Monkeytype themes

This commit is contained in:
He4eT 2023-05-25 02:47:04 +03:00 committed by Alexey
commit 1afbb95e05
5 changed files with 1353 additions and 24 deletions

View file

@ -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()
}