Skip to content

Commit 565b1a2

Browse files
committed
Merge branch 'improve-get-info' of github.com:codeceptjs/CodeceptJS into improve-get-info
2 parents d3d245d + b77cb82 commit 565b1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/command/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Codecept = require('../codecept')
55
const output = require('../output')
66
const { execSync } = require('child_process')
77

8-
async function getInstalledBrowsers() {
8+
async function getPlaywrightBrowsers() {
99
try {
1010
const regex = /(chromium|firefox|webkit)\s+version\s+([\d.]+)/gi
1111
let versions = []

0 commit comments

Comments
 (0)