mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-02-05 09:33:09 +00:00
chore: mark v0.0.63 (#1365)
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
*/
|
||||
|
||||
const { program } = require('playwright/lib/mcp/terminal/program');
|
||||
const packageJSON = require('./package.json');
|
||||
program({ version: packageJSON.version }).catch(e => {
|
||||
const packageLocation = require.resolve('./package.json');
|
||||
program(packageLocation).catch(e => {
|
||||
console.error(e.message);
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user