Update baselines

This commit is contained in:
Benjamin Lichtman
2018-09-11 11:09:31 -07:00
parent 92edc2db56
commit 9079df1a4d
2 changed files with 2 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ function /*[#|*/f/*|]*/(): Promise<string> {
async function f(): Promise<string> {
const resp = await fetch("https://typescriptlang.org");
var blob = resp.blob().then(blob_1 => blob_1.byteOffset).catch(err => 'Error');
return blob_1.toString();
return blob_2.toString();
}

View File

@@ -21,6 +21,6 @@ async function f(): Promise<void> {
}
const resp = await x;
var blob = resp.blob().then(blob_1 => blob_1.byteOffset).catch(err => 'Error');
const res_1 = await fetch("https://micorosft.com");
const res_2 = await fetch("https://micorosft.com");
return console.log("Another one!");
}