mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 18:34:46 +00:00
Optimize unit tests and check for errors
This commit is contained in:
@@ -240,6 +240,7 @@ scan_applications() {
|
||||
|
||||
local spinner_pid=""
|
||||
(
|
||||
# shellcheck disable=SC2329 # Function invoked indirectly via trap
|
||||
cleanup_spinner() { exit 0; }
|
||||
trap cleanup_spinner TERM INT EXIT
|
||||
local spinner_chars="|/-\\"
|
||||
|
||||
Reference in New Issue
Block a user