thegrimbee / horus

1 stars 0 forks source link

Spawn ENAMETOOLONG for apps with very long license files (e.g. git) #36

Closed thegrimbee closed 4 months ago

thegrimbee commented 4 months ago

There is an error for the spawn function when the output is too long. A solution for this is to dump the output into a temp file first

thegrimbee commented 4 months ago

oops, not when output is too long, but when the tosText is too long

thegrimbee commented 4 months ago

output now saved in results and input now in tos.txt