mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Make some debug prints more useful
This commit is contained in:
parent
d6769de467
commit
69473b6c9c
1 changed files with 2 additions and 2 deletions
|
@ -523,7 +523,7 @@ pub fn parse_html(cx: *JSContext,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
debug!("data = %?", data);
|
debug!("script data = %?", data);
|
||||||
js_chan.send(JSTaskNewInlineScript(data.concat(), url.clone()));
|
js_chan.send(JSTaskNewInlineScript(data.concat(), url.clone()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -549,7 +549,7 @@ pub fn parse_html(cx: *JSContext,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
debug!("data = %?", data);
|
debug!("style data = %?", data);
|
||||||
let provenance = InlineProvenance(url_cell.take().unwrap(), data.concat());
|
let provenance = InlineProvenance(url_cell.take().unwrap(), data.concat());
|
||||||
css_chan3.send(CSSTaskNewFile(provenance));
|
css_chan3.send(CSSTaskNewFile(provenance));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue