Skip to content

v2.1 Fix number arguments failing exec on windows

Compare
Choose a tag to compare
@Jtalk Jtalk released this 12 Nov 23:24
· 21 commits to master since this release

Github Toolkit's exec expects all the arguments to be strings. Passing there a number works on other platforms, but windows is special.

This release converts all the arguments to exec to strings.