Remove unnecessary nil check
The backticks will either return a string or raise an exception, so `executable` cannot be nil.
Loading
Please register or sign in to comment
The backticks will either return a string or raise an exception, so `executable` cannot be nil.