trying if commit builds index
parent
fa9497b91d
commit
67c3729207
|
@ -5998,7 +5998,7 @@ async function execWithErrorCheck(commandLine, arguments_, options, errorWhenMis
|
|||
}
|
||||
}
|
||||
else {
|
||||
throw new Error(`There was an error building the project. Please read the logs for details.`);
|
||||
throw new Error(`Could not find Build Results. Please read the logs for details.`);
|
||||
}
|
||||
return result.exitCode;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -22,7 +22,7 @@ export async function execWithErrorCheck(
|
|||
throw new Error(`There was an error building the project. Please read the logs for details.`);
|
||||
}
|
||||
} else {
|
||||
throw new Error(`There was an error building the project. Please read the logs for details.`);
|
||||
throw new Error(`Could not find Build Results. Please read the logs for details.`);
|
||||
}
|
||||
|
||||
return result.exitCode;
|
||||
|
|
Loading…
Reference in New Issue