We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0094a31 commit 69580ccCopy full SHA for 69580cc
rewatch/tests/compile.sh
@@ -13,7 +13,7 @@ else
13
exit 1
14
fi
15
16
-if rewatch ;
+if rewatch &> /dev/null;
17
then
18
success "Repo Built"
19
else
0 commit comments