Skip to content

Commit

Permalink
Clarify warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Apr 16, 2019
1 parent 458795d commit 73cb8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/script/dom/htmlscriptelement.rs
Expand Up @@ -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;
},
}
Expand Down

0 comments on commit 73cb8b9

Please sign in to comment.