Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kounch authored May 24, 2018
1 parent 57a57c6 commit abddcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/native.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var events = require('events');

var binary = require('node-pre-gyp');
var path = require('path');
var binding_path = binary.find(path.resolve(path.join(__dirname,'./package.json')));
var binding_path = binary.find(path.resolve(path.join(__dirname,'../package.json')));
var binding = require(binding_path);

var BluetoothHciSocket = binding.BluetoothHciSocket;
Expand Down

0 comments on commit abddcad

Please sign in to comment.