Upgrade dependencies

Improve example (fix coding style, fix Buffer usage)
Fix coding style in lib/pcsclite.js
This commit is contained in:
Martin Endler
2018-12-20 03:51:54 +01:00
parent 576e2a7daf
commit 31e497024c
7 changed files with 238 additions and 219 deletions

View File

@@ -24,8 +24,7 @@ function parseReadersString(buffer) {
return string.split('\u0000').slice(0, -1);
}
catch (e) {
} catch (e) {
return [];
}