fixups from the merge

This commit is contained in:
Andrew Kelley
2018-08-02 17:36:08 -04:00
parent 65140b2fba
commit 7f6e97cb26
4 changed files with 32 additions and 47 deletions

View File

@@ -694,8 +694,8 @@ async fn asyncFmtMain(
flags: *const Args,
color: errmsg.Color,
) FmtError!void {
suspend |p| {
resume p;
suspend {
resume @handle();
}
// Things we need to make event-based:
// * opening the file in the first place - the open()