trying if commit builds index

pull/571/head
ninetyninereds 2023-09-13 01:25:15 +03:00
parent fa9497b91d
commit 67c3729207
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -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;
}

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -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;