Merge branch 'master' into new-schema

This commit is contained in:
Scott Lamb
2020-04-19 22:53:42 -07:00
6 changed files with 390 additions and 407 deletions

View File

@@ -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);
}