Skip to content

Commit

Permalink
Use a regular space instead of non-breaking (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Oct 5, 2021
1 parent a61239d commit 3ba6e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ async_process_results() {
else
# In case of corrupt data, invoke callback with *async* as job
# name, non-zero exit status and an error message on stderr.
$callback "[async]" 1 "" 0 "$0:$LINENO: error: bad format, got ${#items} items (${(q)items})" $has_next
$callback "[async]" 1 "" 0 "$0:$LINENO: error: bad format, got ${#items} items (${(q)items})" $has_next
fi
done
done
Expand Down

0 comments on commit 3ba6e2d

Please sign in to comment.