diff options
Diffstat (limited to 'src/deno_dir.rs')
| -rw-r--r-- | src/deno_dir.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deno_dir.rs b/src/deno_dir.rs index 6321d3a03..a3b134f84 100644 --- a/src/deno_dir.rs +++ b/src/deno_dir.rs @@ -141,7 +141,7 @@ impl DenoDir { let mt = Path::new(&media_type_filename); let src = if self.reload || !p.exists() { - println!("Downloading {}", module_name); + eprintln!("Downloading {}", module_name); let (source, content_type) = http_util::fetch_sync_string(module_name)?; match p.parent() { Some(ref parent) => fs::create_dir_all(parent), |
