mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01: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() {
|
match window_from_node(self).unminified_js_dir() {
|
||||||
Some(unminified_js_dir) => path = PathBuf::from(unminified_js_dir),
|
Some(unminified_js_dir) => path = PathBuf::from(unminified_js_dir),
|
||||||
None => {
|
None => {
|
||||||
warn!("Could not store script directory not found");
|
warn!("Unminified script directory not found");
|
||||||
return;
|
return;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue