mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-03 22:33:03 -05:00
Merge branch 'master' into new-schema
This commit is contained in:
@@ -143,7 +143,7 @@ fn main() {
|
||||
.build();
|
||||
h.clone().install().unwrap();
|
||||
|
||||
if let Err(e) = { let _a = h.r#async(); args.run() } {
|
||||
if let Err(e) = { let _a = h.async_scope(); args.run() } {
|
||||
error!("{:?}", e);
|
||||
::std::process::exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user