diff options
Diffstat (limited to 'ext/node')
-rw-r--r-- | ext/node/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index e1134bd03..411151f2f 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -383,7 +383,6 @@ pub fn init<P: NodePermissions + 'static>( if let Some(npm_resolver) = maybe_npm_resolver.clone() { state.put(npm_resolver); } - Ok(()) }) .build() } |