appnexus / sicksync

Don’t accept the available as the preferable. Go the extra mile with extra speed.
Apache License 2.0
68 stars 11 forks source link

fix: remove newline from execSync cygwin path #72

Closed laggingreflex closed 7 years ago

laggingreflex commented 7 years ago

fixes #70

Before:

project.sourceLocation = '/cygdrive/c/Users/x/test/sicksync-test/\n'

After:

project.sourceLocation = '/cygdrive/c/Users/x/test/sicksync-test/'
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 97.321% when pulling 7a16b683b28f9bac574b194a2ecf75c94c0136dd on laggingreflex:#70 into 492c9440d6f3a6ba57e394b0bc58c07a5a8599d6 on appnexus:master.