Skip to content

Commit

Permalink
lib: add requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nechaido committed Jun 21, 2017
1 parent fc060f4 commit 805b708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/record-serialization.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const USE_NATIVE_SERIALIZER = false;
let [error, jstpNative] = safeRequire('../build/Release/jstp');

if (error) {
console.warn(error.toString());
[error, jstpNative] = safeRequire('../build/Debug/jstp');
}

Expand Down

0 comments on commit 805b708

Please sign in to comment.