Upgrade dependencies
Improve example (fix coding style, fix Buffer usage) Fix coding style in lib/pcsclite.js
This commit is contained in:
@@ -24,8 +24,7 @@ function parseReadersString(buffer) {
|
||||
|
||||
return string.split('\u0000').slice(0, -1);
|
||||
|
||||
}
|
||||
catch (e) {
|
||||
} catch (e) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user