File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,12 +231,12 @@ core.err_set() {
231
231
ERRCODE=$1
232
232
ERR=$2
233
233
else
234
- printf ' %s\n' " Error: bash-error : Incorrect function arguments"
234
+ printf ' %s\n' " Error: core.err_set : Incorrect function arguments"
235
235
return 1
236
236
fi
237
237
238
238
if [ -z " $ERR " ]; then
239
- printf ' %s\n' " Error: bash-error : Argument for 'ERR' cannot be empty"
239
+ printf ' %s\n' " Error: core.err_set : Argument for 'ERR' cannot be empty"
240
240
return 1
241
241
fi
242
242
}
@@ -298,7 +298,7 @@ core.stacktrace_print() {
298
298
done ; unset -v i
299
299
300
300
if [ " $cd_failed " = ' yes' ]; then
301
- printf ' %s\n' " Error: bash-error : A 'cd' failed, so the stacktrace may include relative paths"
301
+ printf ' %s\n' " Error: core.stacktrace_print : A 'cd' failed, so the stacktrace may include relative paths"
302
302
fi
303
303
} >&2
304
304
You can’t perform that action at this time.
0 commit comments