Closed saghul closed 8 years ago
Since the shebang always needs to be the first line, we can probably get away with it by replacing the first two characters (assuming they are #!) with //. This way we don't alter the line count.
#!
//
Fixed in 5f5c6dcefb01db384118c7d08c7dbe87ccdeae6e
Since the shebang always needs to be the first line, we can probably get away with it by replacing the first two characters (assuming they are
#!
) with//
. This way we don't alter the line count.