mirror of
https://github.com/servo/servo.git
synced 2025-09-06 21:18:20 +01:00
Propagate error code from fetching WPT changes.
This commit is contained in:
parent
9c94fe4279
commit
97b218d098
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,8 @@ function main() {
|
|||
if [[ "${code}" == "255" ]]; then
|
||||
echo "No changes to sync."
|
||||
return 0
|
||||
elif [[ "${code}" != "" ]]; then
|
||||
return "${code}"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue