diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-12 11:08:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 11:08:00 +0200 |
commit | 60dbc6b29417d666bf01762be84f12b9d2217f90 (patch) | |
tree | 1755f5a8f65f692c3db72365d58dc669c934f3e0 /cli/main.rs | |
parent | e3319f34a6ece36eab3138eae83c8d0e18fcc07c (diff) |
Revert "feat(unstable): Support data: urls (#5157)" (#7432)
This reverts commit e3319f34a6ece36eab3138eae83c8d0e18fcc07c.
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs index 6079974b7..0d55ea1df 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -478,7 +478,6 @@ async fn run_with_watch(flags: Flags, script: String) -> Result<(), ErrBox> { global_state.file_fetcher.clone(), global_state.maybe_import_map.clone(), Permissions::allow_all(), - flags.unstable, false, false, ); |