Szpadel / chrome-headless-render-pdf

223 stars 67 forks source link

Don't escape backslashes in macOS Chrome paths #17

Closed dimfeld closed 6 years ago

dimfeld commented 6 years ago

Since the call to spawn isn't using shell: true, the backslashes shouldn't be escaped. I encountered this with Node 8.8.1 and OSX 10.13.

Szpadel commented 6 years ago

Thanks