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.
1 parent ef06ea2 commit 9605c2bCopy full SHA for 9605c2b
src/cli.ts
@@ -63,7 +63,6 @@ export const cliOptions = {
63
return;
64
}
65
const [width, height] = arg.split('x').map(Number);
66
- console.log(arg);
67
if (!width || !height || Number.isNaN(width) || Number.isNaN(height)) {
68
throw new Error('Invalid viewport. Expected format is `1280x720`.');
69
0 commit comments