Skip to content

Commit

Permalink
chore(runtime): fix build (#21563)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Dec 13, 2023
1 parent 04ba8df commit 5b96f7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions runtime/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ mod startup_snapshot {
fn check_read(&self, _p: &Path) -> Result<(), deno_core::error::AnyError> {
unreachable!("snapshotting!")
}
fn check_read_with_api_name(
&self,
_: &Path,
_: std::option::Option<&str>,
) -> Result<(), deno_core::anyhow::Error> {
unreachable!("snapshotting!")
}
fn check_sys(
&self,
_kind: &str,
Expand Down

0 comments on commit 5b96f7b

Please sign in to comment.