Searched refs:errorOutput (Results 1 – 4 of 4) sorted by relevance
25 function extractMissingDependencyError(errorOutput) { argument27 …const results = errorOutput.match(/Unable to find a specification for ['"`]([\w-_\d\s]+)['"`] depe…171 const errorOutput = error.output.join(os_1.default.EOL).trim();173 const { updatePackage, shouldUpdateRepo } = getPodUpdateMessage(errorOutput);305 function shouldPodRepoUpdate(errorOutput) { argument306 const output = errorOutput;
11 export declare function extractMissingDependencyError(errorOutput: string): [string, string] | null;63 export declare function getPodRepoUpdateMessage(errorOutput: string): {
25 export function extractMissingDependencyError(errorOutput: string): [string, string] | null {27 const results = errorOutput.match(228 const errorOutput = error.output.join(os.EOL).trim(); constant231 const { updatePackage, shouldUpdateRepo } = getPodUpdateMessage(errorOutput);419 function shouldPodRepoUpdate(errorOutput: string) {420 const output = errorOutput;
338 function writeBuildLogs(projectRoot: string, buildOutput: string, errorOutput: string) {342 fs.writeFileSync(errorFilePath, errorOutput);