We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
legacy:index.js
1 parent a25533f commit 73db3d8Copy full SHA for 73db3d8
legacy/index.js
@@ -70,6 +70,7 @@ const main = (urlList, options) => {
70
const isOptionsCategories = getCategoriesFlags(options?.categories)
71
const currentFlags = `${isOptionsCategories}--output json --disable-full-page-screenshot --chrome-flags="--no-sandbox --headless --disable-gpu"`
72
73
+ console.log(`Copyright (c) 2023 Stevarth`)
74
console.log(`[Legacy] TLighthouse ${process.env.npm_package_version} - Thesis Example Code`)
75
console.log(`Running with these Flags: ${currentFlags}\n`)
76
0 commit comments