diff options
Diffstat (limited to 'runtime/snapshot.rs')
-rw-r--r-- | runtime/snapshot.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/snapshot.rs b/runtime/snapshot.rs index 456810e6a..041132f97 100644 --- a/runtime/snapshot.rs +++ b/runtime/snapshot.rs @@ -97,6 +97,9 @@ impl deno_node::NodePermissions for Permissions { ) -> Result<PathBuf, deno_core::error::AnyError> { unreachable!("snapshotting!") } + fn query_read_all(&mut self) -> bool { + unreachable!("snapshotting!") + } fn check_write_with_api_name( &mut self, _p: &str, |