Fix lint error.

This commit is contained in:
László Monda
2018-05-22 15:29:48 +02:00
parent 18fc2e6b3f
commit 1035837b3b

View File

@@ -55,7 +55,7 @@ export class UhkHidDevice {
if (!dev) {
return true;
}
const device = new HID(dev.path);
device.close();