test: adopt refresh action

This commit is contained in:
Connor Peet
2022-01-06 13:01:53 -08:00
parent 11f80d1e8b
commit 2f1d70f74e
5 changed files with 29 additions and 17 deletions

View File

@ -29,7 +29,7 @@ export class TestFile {
item.error = undefined;
this.updateFromContents(controller, content, item);
} catch (e) {
item.error = e.stack;
item.error = (e as Error).stack;
}
}