mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Clarify warning.
This commit is contained in:
parent
458795d485
commit
73cb8b9ea6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue