summaryrefslogtreecommitdiff
path: root/runtime/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/build.rs')
-rw-r--r--runtime/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/build.rs b/runtime/build.rs
index dac6dee88..abdd0e584 100644
--- a/runtime/build.rs
+++ b/runtime/build.rs
@@ -222,6 +222,7 @@ mod startup_snapshot {
impl deno_node::NodeEnv for SnapshotNodeEnv {
type P = Permissions;
+ type Fs = deno_node::RealFs;
}
deno_core::extension!(runtime,