Clarify warning.

This commit is contained in:
Josh Matthews
2019-04-16 11:17:53 -04:00
committed by GitHub
parent 458795d485
commit 73cb8b9ea6

View File

@@ -560,7 +560,7 @@ impl HTMLScriptElement {
match window_from_node(self).unminified_js_dir() {
Some(unminified_js_dir) => path = PathBuf::from(unminified_js_dir),
None => {
warn!("Could not store script directory not found");
warn!("Unminified script directory not found");
return;
},
}