diff --git a/fuse4js.cc b/fuse4js.cc index 14f580d..875a0ba 100644 --- a/fuse4js.cc +++ b/fuse4js.cc @@ -708,6 +708,7 @@ static void DispatchOp(uv_async_t* handle, int status) case OP_TRUNCATE: argv[argc++] = NanNew((double)f4js_cmd.u.truncate.size); + argv[argc++] = NanNew(f4js.GenericFunc); break; case OP_GETATTR: