When libnfc throw errors (like SPI communication errors with issue #1 ), NodeJS exit even when all error should be catched.
error libnfc.chip.pn53x Unexpected PN53x reply!
error libnfc.driver.pn532_spi Unable to wait for SPI data. (RX)
error libnfc.chip.pn53x Unexpected PN53x reply!
error libnfc.chip.pn53x Unexpected PN53x reply!
$
Theses messages are written directly by LibNFC, they are not catchable.
When libnfc throw errors (like SPI communication errors with issue #1 ), NodeJS exit even when all error should be catched.
Theses messages are written directly by LibNFC, they are not catchable.