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 6146724 commit da0f883Copy full SHA for da0f883
src/main/main.ts
@@ -80,7 +80,8 @@ function runAppAndApi() {
80
})
81
}
82
} else if (hasServerArguments) {
83
- throw new Error('Kindly enable the server following https://github.com/microsoft/playwright/issues/13288 before passing server arguments')
+ console.error('Kindly enable the API in "api-config.ts" before passing API arguments.');
84
+ app.exit(1);
85
86
runApp(onQuit, () => {
87
if (API) {
0 commit comments