mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove watcher threads; replace with more panic handler goodness
This commit is contained in:
parent
d9ffefe562
commit
f02fd6330f
5 changed files with 116 additions and 54 deletions
|
@ -35,6 +35,7 @@ extern crate servo;
|
|||
use servo::Browser;
|
||||
use servo::compositing::windowing::WindowEvent;
|
||||
use servo::util::opts::{self, ArgumentParsingResult};
|
||||
use servo::util::panicking::initiate_panic_hook;
|
||||
use std::rc::Rc;
|
||||
|
||||
fn main() {
|
||||
|
@ -51,6 +52,7 @@ fn main() {
|
|||
None
|
||||
};
|
||||
|
||||
initiate_panic_hook();
|
||||
env_logger::init().unwrap();
|
||||
|
||||
setup_logging();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue