We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7fa3a commit 5d857bdCopy full SHA for 5d857bd
dev/check-imports.sh
@@ -16,8 +16,6 @@
16
set -euo pipefail
17
18
log() { printf -- "** %s\n" "$*" >&2; }
19
-error() { printf -- "** ERROR: %s\n" "$*" >&2; }
20
-fatal() { error "$@"; exit 1; }
21
22
here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
23
root="${here}/.."
0 commit comments