summaryrefslogtreecommitdiff
path: root/cli/program_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/program_state.rs')
-rw-r--r--cli/program_state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/program_state.rs b/cli/program_state.rs
index dfe8aa6c3..896f4d7b4 100644
--- a/cli/program_state.rs
+++ b/cli/program_state.rs
@@ -252,7 +252,7 @@ impl ProgramState {
match url.scheme() {
// we should only be looking for emits for schemes that denote external
// modules, which the disk_cache supports
- "wasm" | "file" | "http" | "https" => (),
+ "wasm" | "file" | "http" | "https" | "data" => (),
_ => {
return None;
}