Skip to content

Commit

Permalink
(#43) Add _remote to stop deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen committed Feb 12, 2018
1 parent 6711cbb commit d7a27b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/client/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ function WorkerPouch(opts, callback) {
return 'worker';
};

api._remote = false;

api._id = adapterFun('id', function (callback) {
sendMessage('id', [], callback);
});
Expand Down

0 comments on commit d7a27b1

Please # to comment.