Closed jfroche closed 1 year ago
Hi @jfroche, thanks for your contribution. Why is it needed to have niv-updater marked as an executable? child_node.execFileSync doesn't require the executable bit set.
child_node.execFileSync
Oh, I see what has happened. One of the previous commits changed the mode of the file.
Right, it was me removing that permission in the previous PR, sorry about that. Thanks !
Hi @jfroche, thanks for your contribution. Why is it needed to have niv-updater marked as an executable?
child_node.execFileSync
doesn't require the executable bit set.