Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory
bitwarden
remove-esbuild-version-check.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove-esbuild-version-check.patch of Package bitwarden
--- bitwarden/node_modules/esbuild/install.js.old 2023-02-18 17:54:51.928231193 +0100 +++ bitwarden/node_modules/esbuild/install.js 2023-02-18 18:18:42.659268572 +0100 @@ -85,7 +85,7 @@ } throw err; } - if (stdout !== versionFromPackageJSON) { + if (0) { throw new Error(`Expected ${JSON.stringify(versionFromPackageJSON)} but got ${JSON.stringify(stdout)}`); } } --- bitwarden/node_modules/vite/node_modules/esbuild/install.js.old 2023-02-18 17:54:51.928231193 +0100 +++ bitwarden/node_modules/vite/node_modules/esbuild/install.js 2023-02-18 18:18:42.659268572 +0100 @@ -85,7 +85,7 @@ } throw err; } - if (stdout !== versionFromPackageJSON) { + if (0) { throw new Error(`Expected ${JSON.stringify(versionFromPackageJSON)} but got ${JSON.stringify(stdout)}`); } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor