Danilo Cicerone
Results
2
comments of
Danilo Cicerone
Yes, the scenario is to call closing/cleaning functions in case of syscall.SIGINT crops up.
Hi, here is a similar issue: ```javascript const EURO = value => currency(value, { fromCents: true, symbol: '€', decimal: ',', separator: '.' }); function myFunction() { let tottax = EURO(3000);...