nwg-piotr/nwg-wrapper

removes last character from nushell script files

kiil opened this issue · 1 comments

kiil commented

I am using nushell.

I have this in test.nu

echo test

but

nwg-wrapper -s test.nu

outputs just

tes

It seems that nwg-wrapper "eats" the last character in the file.

kiil commented

This is probably unrelated to nwg-wrapper. Sorry for the inconvenience.