Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion native/cli.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const networkFormatters = require("./formatters/network.cjs");
const networkStore = require("./network-store.cjs");
const { parseDoCommands } = require("./do-parser.cjs");
const { executeDoSteps } = require("./do-executor.cjs");
const { version: VERSION } = require("../package.json");

const SOCKET_PATH = "/tmp/surf.sock";

Expand Down Expand Up @@ -290,7 +291,6 @@ function resizeImage(filePath, maxSize) {
}
}
const args = process.argv.slice(2);
const VERSION = "2.0.0";

const ALIASES = {
snap: "screenshot",
Expand Down