rename latestExecutionSummary to executionSummary

This commit is contained in:
Johannes Rieken
2021-05-12 09:34:21 +02:00
parent 0b3618c6e9
commit 0a14a26cd3
5 changed files with 29 additions and 25 deletions

View File

@@ -87,7 +87,7 @@ export class ExtHostCell {
document: data.document,
get outputs() { return that._outputs.slice(0); },
get metadata() { return that._metadata; },
get latestExecutionSummary() { return that._previousResult; }
get executionSummary() { return that._previousResult; }
});
}
return this._apiCell;