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 496aeeb commit eb3efb3Copy full SHA for eb3efb3
browser_patches/webkit/BUILD_NUMBER
@@ -1,2 +1,2 @@
1
-1437
2
-Changed: dgozman@gmail.com Fri Feb 19 16:12:07 PST 2021
+1438
+Changed: lushnikov@chromium.com Fri Feb 19 21:08:07 PST 2021
browser_patches/webkit/archive.sh
@@ -131,6 +131,9 @@ createZipForMac() {
131
# copy protocol
132
node $SCRIPTS_DIR/concat_protocol.js > $tmpdir/protocol.json
133
134
+ # Remove all broken symlinks. @see https://github.com/microsoft/playwright/issues/5472
135
+ find "${tmpdir}" -type l ! -exec test -e {} \; -print | xargs rm
136
+
137
# zip resulting directory and cleanup TMP.
138
ditto -c -k $tmpdir $ZIP_PATH
139
rm -rf $tmpdir
0 commit comments