We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe2191 commit 425b5fbCopy full SHA for 425b5fb
lighthouse-core/index.js
@@ -28,10 +28,6 @@ const Config = require('./config/config');
28
module.exports = function(url, flags = {}, configJSON) {
29
const startTime = Date.now();
30
return Promise.resolve().then(_ => {
31
- if (!url) {
32
- throw new Error('Lighthouse requires a URL');
33
- }
34
-
35
// set logging preferences, assume quiet
36
flags.logLevel = flags.logLevel || 'error';
37
log.setLevel(flags.logLevel);
0 commit comments