Skip to content

Commit b95360f

Browse files
committed
Continue update even if csp patch is missing
This can happen if you run the update multiple times and it was already deleted from another run but not regenerated yet due to an early failure like from a conflict.
1 parent 9edf867 commit b95360f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/build/update-vscode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function get-webview-script-hash() {
7979
}
8080

8181
function delete_csp() {
82-
quilt delete csp-hashes.diff
82+
quilt delete csp-hashes.diff || true
8383
}
8484

8585
function update_csp() {

0 commit comments

Comments
 (0)