Skip to content
Snippets Groups Projects
Commit 752beac9 authored by Adrien Béraud's avatar Adrien Béraud Committed by Adrien Béraud
Browse files

nodejs/index.js: update jamid path

Change-Id: I582365a7a5dab0ab87fad77a18d32d70e8b6828e
parent 73c934ea
Branches
No related tags found
Loading
......@@ -23,7 +23,7 @@
class JamiDaemon {
constructor(callbackMap) {
if (callbackMap){
this.jami = require("./build/Release/jami.node");
this.jami = require("./build/Release/jamid.node");
this.jami.init(callbackMap);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment