TypeScript 4.0 (#165)

This commit is contained in:
Steve Faulkner
2020-09-04 09:08:52 -05:00
committed by GitHub
parent d471cff77c
commit faf923f647
4 changed files with 430 additions and 214 deletions

View File

@@ -3,7 +3,10 @@ import { ConsoleDataType } from "../Explorer/Menus/NotificationConsole/Notificat
const _global = typeof self === "undefined" ? window : self;
// DEPRECATED: Use logConsoleInfo, logConsoleError, logConsoleProgress instead
/**
* @deprecated
* Use logConsoleInfo, logConsoleError, logConsoleProgress instead
* */
export function logConsoleMessage(type: ConsoleDataType, message: string, id?: string): string {
const dataExplorer = _global.dataExplorer;
if (dataExplorer) {