We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b923810 commit c099022Copy full SHA for c099022
scripts/generate_single_test_buildspec_codebuild.ts
@@ -19,7 +19,7 @@ const main = () => {
19
}
20
const os = process.argv[3];
21
if (!(os === 'l' || os === 'w')) {
22
- throw new Error('Invalid job type.');
+ throw new Error('Invalid job type. Expected "l" for linux or "w" for windows.');
23
24
const region = process.argv[4];
25
if (!regions.includes(region)) {
0 commit comments