Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhu256 committed Dec 16, 2024
1 parent f5ef0dc commit 50df25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jslint_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ import moduleChildProcess from "child_process";
shCiArtifactUploadCustom
fi
# 1px-border around browser-screenshot
if (ls .artifact/screenshot_browser_*.png 2>/dev/null)
if (ls .artifact/screenshot_browser_*.png >/dev/null 2>&1)
then
gm mogrify -crop 798x598 -bordercolor black -border 1 \
.artifact/screenshot_browser_*.png
Expand Down

0 comments on commit 50df25a

Please sign in to comment.