* a bit cleaner debug mode

merge-requests/3/merge
Dominika Liberda 2022-06-19 20:45:29 +02:00
parent 5a37f921c9
commit 5851ccc104
1 changed files with 6 additions and 0 deletions

View File

@ -55,3 +55,9 @@ function url_encode() {
function url_decode() {
echo -ne "$(sed -E 's/%[0-1][0-9a-f]//g;s/%/\\x/g' <<< "$1")"
}
# bogus function!
# this is here to prevent "command not found" errors in debug mode
function worker_add() {
:
}