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
when the audit command fails the cli quits and displays an error. if the error is caused because the file doesnt exist, it should output a warning, file doesnt exist.
perhaps its more useful to check whether the file Exists using fs.existsSync before running the lighthouse audit
The text was updated successfully, but these errors were encountered:
when the audit command fails the cli quits and displays an error. if the error is caused because the file doesnt exist, it should output a warning, file doesnt exist.
perhaps its more useful to check whether the file Exists using
fs.existsSync
before running the lighthouse auditThe text was updated successfully, but these errors were encountered: