This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
SX_Cloud
/
space-android
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Browse Source
only rewrite error code 2 -> 0
tobiasKaminsky
7 năm trước cách đây
mục cha
c6e0b0e7b2
commit
f9628a5f26
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
scripts/lint/lint-up-wrapper.sh
+ 1
- 1
scripts/lint/lint-up-wrapper.sh
Xem Tập Tin
@@ -31,6 +31,6 @@ else
if [ $returnValue -eq 2 ]; then
exit 0
else
- exit
1
+ exit
$returnValue
fi
fi