You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In OutputFiles.rewritePath() the filename is taken from the URL, but some URL filenames have characters that are illegal (at least on Windows).
ie if I am testing my site at www.example.org/test.html?testnumber=1, this will attempt to save a file as test.html?testnumber=1puppeteerTemp-inline.js but the ? is invalid in windows filenames.
The text was updated successfully, but these errors were encountered:
In
OutputFiles.rewritePath()
the filename is taken from the URL, but some URL filenames have characters that are illegal (at least on Windows).ie if I am testing my site at
www.example.org/test.html?testnumber=1
, this will attempt to save a file astest.html?testnumber=1puppeteerTemp-inline.js
but the ? is invalid in windows filenames.The text was updated successfully, but these errors were encountered: