Add rest of three utils files to Matser (#370)

* 'minor change'
This commit is contained in:
Chris-MS-896
2021-01-13 17:49:06 -06:00
committed by GitHub
parent babda4d9cb
commit 9a1e8b2d87
6 changed files with 19 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ export function logConsoleMessage(type: ConsoleDataType, message: string, id?: s
}
dataExplorer.logConsoleData({ type: type, date: formattedDate, message: message, id: id });
}
return id;
return id || "";
}
export function clearInProgressMessageWithId(id: string): void {