trying if commit builds index

This commit is contained in:
ninetyninereds 2023-09-13 01:25:15 +03:00
parent fa9497b91d
commit 67c3729207
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

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.`); throw new Error(`There was an error building the project. Please read the logs for details.`);
} }
} else { } 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; return result.exitCode;