Stringest typecheck

This commit is contained in:
Daniel Lugo 2022-01-17 14:27:05 -04:00
parent 8f660f90cf
commit bc11acac79

View file

@ -1,6 +1,7 @@
/** /**
* @prettier * @prettier
*/ */
// @ts-check
process.on('uncaughtException', e => { process.on('uncaughtException', e => {
console.log('something bad happened!') console.log('something bad happened!')
console.log(e) console.log(e)