Skip to content

Commit

Permalink
feat(job stack): better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Apr 5, 2020
1 parent add63cb commit a3980df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-abbr.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ _zsh_abbr_job_push() {
next_job_path=$job_dir/$next_job

echo "abbr: An job added at"
echo " $(strftime '%A, %d %b %Y' ${next_job%.*})"
echo " $(strftime '%T %b %d %Y' ${next_job%.*})"
echo "has timed out. The job was related to"
echo " $(cat $next_job_path)"
echo "Please report this at https://github.com/olets/zsh-abbr/issues/new"
Expand Down

0 comments on commit a3980df

Please sign in to comment.