Skip to content

Commit

Permalink
Speculative changes for #14
Browse files Browse the repository at this point in the history
  • Loading branch information
ozra committed Dec 10, 2018
1 parent 62dc36c commit dde403a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mmap-io.cc
Expand Up @@ -240,7 +240,8 @@ JS_FN(mmap_sync_lib_private_) {
}


void Init(Handle<Object> exports, Handle<Object> module) {
NAN_MODULE_INIT(Init) {
auto exports = target;
constexpr auto property_attrs = static_cast<PropertyAttribute>(ReadOnly | DontDelete);
using JsFnType = decltype(mmap_map);

Expand Down

0 comments on commit dde403a

Please sign in to comment.