Skip to content

Commit

Permalink
fixup! Web Locks API initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Mar 27, 2019
1 parent 219a729 commit 6cea327
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/locks.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@ class Thread {
}
}

module.exports = { resources, request, sendMessage, receiveMessage, Thread };
const locks = { resources, request, sendMessage, receiveMessage, Thread };

module.exports = { locks };

0 comments on commit 6cea327

Please sign in to comment.