You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
args = rest?[<spanclass="hljs-number">2</span>]?.split(<spanclass="hljs-regexp">/\s/</span>).filter (s) -> s <spanclass="hljs-keyword">isnt</span><spanclass="hljs-string">''</span>
The script to be run begins with a shebang line with more than one
769
+
argument. This script will fail on platforms such as Linux which only
770
+
allow a single argument.
771
+
'''</span>
772
+
<spanclass="hljs-built_in">console</span>.error <spanclass="hljs-string">"The shebang line was: '<spanclass="hljs-subst">#{firstLine}</span>' in file '<spanclass="hljs-subst">#{file}</span>'"</span>
<spanclass="hljs-keyword">for</span> signal <spanclass="hljs-keyword">in</span> [<spanclass="hljs-string">'SIGINT'</span>, <spanclass="hljs-string">'SIGTERM'</span>]
0 commit comments