Skip to content

Commit baf3ad6

Browse files
author
Daisuke Baba
committed
Fix the path to resolve-bindings module
1 parent 9569bd8 commit baf3ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/noble/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (platform === 'linux') {
3030
}
3131
if (!bindings) {
3232
debug(`Loading the default resolve-bindings module in @abandonware/noble.`);
33-
bindings = require('../../node_modules/@abandonware/noble/lib/resolve-bindings')();
33+
bindings = require('@abandonware/noble/lib/resolve-bindings')();
3434
}
3535

3636
class PeripheralRemovableNoble extends Noble {

0 commit comments

Comments
 (0)