flamethrower
flamethrower copied to clipboard
Uncaught TypeError: Cannot read properties of undefined (reading 'log')
https://github.com/fireship-io/flamethrower/blob/79883a4fb64cc2f2b29f465c7c9556111c58e7ae/lib/main.ts#L12
should be replaced by
opts && opts.log && console.log('🔥 flamethrower engaged');
Getting the same error! was able to fix by adding flamethrower({});