Fix ESLint errors
This commit is contained in:
@@ -202,7 +202,7 @@ class PerformanceTester {
|
||||
execSync("curl -s http://localhost:3000 > /dev/null", {
|
||||
stdio: "pipe",
|
||||
});
|
||||
} catch (error) {
|
||||
} catch {
|
||||
console.warn(
|
||||
"⚠️ Development server not running, skipping Lighthouse CI...",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user