mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 11:24:49 -05:00
move logInternalError to where it is used
This commit is contained in:
@@ -368,10 +368,6 @@ module TypeScript.Services {
|
||||
dispose(): void;
|
||||
}
|
||||
|
||||
export function logInternalError(logger: TypeScript.Logger, err: Error) {
|
||||
logger.log("*INTERNAL ERROR* - Exception in typescript services: " + err.message);
|
||||
}
|
||||
|
||||
export interface ReferenceEntry {
|
||||
fileName: string;
|
||||
minChar: number;
|
||||
|
||||
Reference in New Issue
Block a user