This commit is contained in:
Sheetal Nandi
2019-01-14 14:35:05 -08:00
parent 2b97802c7d
commit dcce3c324a
+1 -1
View File
@@ -1422,7 +1422,7 @@ namespace ts {
return first(outputs);
}
}
return Debug.fail(`project ${project.options.configFilePath} expected to have atleast one output`);
return Debug.fail(`project ${project.options.configFilePath} expected to have at least one output`);
}
export function formatUpToDateStatus<T>(configFileName: string, status: UpToDateStatus, relName: (fileName: string) => string, formatMessage: (message: DiagnosticMessage, ...args: string[]) => T) {