diff options
Diffstat (limited to 'runtime/build.rs')
-rw-r--r-- | runtime/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/build.rs b/runtime/build.rs index 14e2e0362..c83f13070 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -85,7 +85,7 @@ mod not_docs { impl deno_ffi::FfiPermissions for Permissions { fn check( &mut self, - _path: &Path, + _path: Option<&Path>, ) -> Result<(), deno_core::error::AnyError> { unreachable!("snapshotting!") } |