Skip to content

Commit

Permalink
fix: test3.js
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 15, 2020
1 parent 99d1ea2 commit 66c461b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var ZWaveModule = require('openzwave-shared');
var ZWaveModule = require('./lib/openzwave-shared.js');
var zwave = new ZWaveModule();

console.log(zwave);
Expand Down

0 comments on commit 66c461b

Please sign in to comment.