Skip to content

Commit 7b30fef

Browse files
Add common CLI configuration error categories (#2130)
Co-authored-by: Henry Mercer <[email protected]>
1 parent bc64d12 commit 7b30fef

File tree

10 files changed

+238
-124
lines changed

10 files changed

+238
-124
lines changed

.github/workflows/debug-artifacts-failure.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash
6666
run: |
6767
LANGUAGES="cpp csharp go java javascript python"
68-
pushd "./my-debug-artifacts"
68+
cd "./my-debug-artifacts"
6969
echo "Artifacts from run:"
7070
for language in $LANGUAGES; do
7171
echo "- Checking $language"
@@ -82,6 +82,5 @@ jobs:
8282
exit 1
8383
fi
8484
done
85-
popd
8685
env:
8786
GO111MODULE: auto

lib/cli-errors.js

Lines changed: 81 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/cli-errors.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)