This patch will produce a stub build of WebKit for MacOS 10.14 with a stub that errors out with a descriptive error. References #6879
5 lines
171 B
Bash
Executable file
5 lines
171 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "ERROR: this version of Playwright does not support running WebKit on MacOS 10.14. Please either update MacOS to 10.15+ or use Playwright@v1.11"
|
|
exit 1;
|