Aschen commited on
Commit
98a8d62
1 Parent(s): 8b8da98

output smth

Browse files
Files changed (1) hide show
  1. app.ts +3 -2
app.ts CHANGED
@@ -51,8 +51,9 @@ window.document.addEventListener("DOMContentLoaded", () => {
51
  Range: "bytes=0-100",
52
  },
53
  });
54
-
55
- console.log(await result.text());
 
56
  // try {
57
  // const { name: username } = await whoAmI({ credentials });
58
  // const name = `${username}/${repoName}`;
 
51
  Range: "bytes=0-100",
52
  },
53
  });
54
+ const text = await result.text();
55
+ c.log(text);
56
+ output.append("\n" + text);
57
  // try {
58
  // const { name: username } = await whoAmI({ credentials });
59
  // const name = `${username}/${repoName}`;