diff options
Diffstat (limited to 'ops/lib.rs')
-rw-r--r-- | ops/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/lib.rs b/ops/lib.rs index f7c69ec8a..d5f24c0d0 100644 --- a/ops/lib.rs +++ b/ops/lib.rs @@ -145,6 +145,7 @@ impl Op { is_async: #is_async, is_unstable: #is_unstable, is_v8: #is_v8, + force_registration: false, } } @@ -201,6 +202,7 @@ impl Op { is_async: #is_async, is_unstable: #is_unstable, is_v8: #is_v8, + force_registration: false, } } |