Documentation, build improvements #1

Merged
cory merged 5 commits from tasiaiso/tildefriends:dev_tasia into main 2024-02-21 18:51:02 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ed65da4340 - Show all commits

View File

@ -245,7 +245,7 @@ async function getSessionProcessBlob(blobId, session, options) {
* @returns
*/
async function getProcessBlob(blobId, key, options) {
// TODO(tasiaiso): break this down
// TODO(tasiaiso): break this down ?
let process = gProcesses[key];
if (!process
&& !(options && "create" in options && !options.create)) {

View File

@ -1,6 +1,6 @@
/**
* TODOC
* TODO: document so we can make this improve
* TODO: document so we can improve this
* @param {*} url
* @returns
*/