forked from pool/bitwarden
ed930e60da
- New upstream release 2022.4.0 * Send service refactor * Updated help links - Correct bogus npm(…) RPM provides - Do not ship JS debuginfo (no-sourcemaps.patch) - Fix unresolvable build on Fedora OBS-URL: https://build.opensuse.org/request/show/1083142 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=12
12 lines
360 B
Diff
12 lines
360 B
Diff
--- 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 !== "0.17.8") {
|
|
+ if (0) {
|
|
throw new Error(`Expected ${JSON.stringify("0.17.8")} but got ${JSON.stringify(stdout)}`);
|
|
}
|
|
}
|