mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-05 03:03:50 +00:00
don't fail if there are no child processes
This commit is contained in:
parent
7c8b252969
commit
3641260f08
@ -102,7 +102,7 @@ else
|
||||
fi
|
||||
|
||||
# kill all children
|
||||
pkill -P $$
|
||||
pkill -P $$ || true
|
||||
pkill node || true
|
||||
rm -f $PACKAGER_OUT
|
||||
rm -f $LOGCAT_OUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user