--chromeBinary vs. --chrome-binary
mhienle opened this issue · 1 comments
mhienle commented
In
chrome-headless-render-pdf/index.js
Line 319 in bbf6ef9
--chrome-binary
. However, that still fails for me. Only by checking the source code I was able to correctly use the CLI, namely by passing the option --chromeBinary
.
I'd expect either the message to be correct or the function detectChrome
to be able to handle both --chromeBinary
and --chrome-binary
.
Szpadel commented
I believe this is already resolved