diff options
Diffstat (limited to 'ext/fs/lib.rs')
-rw-r--r-- | ext/fs/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fs/lib.rs b/ext/fs/lib.rs index 7551408a9..4b177a2bf 100644 --- a/ext/fs/lib.rs +++ b/ext/fs/lib.rs @@ -122,7 +122,6 @@ pub fn init<P: FsPermissions + 'static>(unstable: bool) -> Extension { .esm(include_js_files!("30_fs.js",)) .state(move |state| { state.put(UnstableChecker { unstable }); - Ok(()) }) .ops(vec![ op_open_sync::decl::<P>(), |