mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
print errors better while serving
This commit is contained in:
parent
5d07b2c227
commit
a8d8096ba6
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ impl Site {
|
|||
}
|
||||
}
|
||||
}
|
||||
Err(e) => eprintln!("Failed to update: {}", e),
|
||||
Err(e) => eprintln!("Failed to update: {:?}", e),
|
||||
}
|
||||
})
|
||||
.expect("Failed to watch file");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue