mirror of
https://github.com/tw93/Mole.git
synced 2026-02-07 16:49:16 +00:00
style: standardize punctuation across codebase
- Replace parentheses with commas for supplementary info - Use commas instead of em-dashes for separators - Update bullet points from - to * in some contexts - Improve version extraction regex with fallback logic
This commit is contained in:
@@ -100,7 +100,7 @@ run_with_timeout() {
|
||||
# ========================================================================
|
||||
|
||||
if [[ "${MO_DEBUG:-0}" == "1" ]]; then
|
||||
echo "[TIMEOUT] Shell fallback (${duration}s): $*" >&2
|
||||
echo "[TIMEOUT] Shell fallback, ${duration}s: $*" >&2
|
||||
fi
|
||||
|
||||
# Start command in background
|
||||
|
||||
Reference in New Issue
Block a user