Dominik Heidler
6ca83b2671
I want to submit this package to factory. This needs to be the devel project as it depends on nodejs-electron OBS-URL: https://build.opensuse.org/request/show/1066625 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=1
12 lines
451 B
Diff
12 lines
451 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 @@
|
|
const stdout = child_process.execFileSync(command.shift(), command, {
|
|
stdio: "pipe"
|
|
}).toString().trim();
|
|
- if (stdout !== "0.14.49") {
|
|
+ if (0) {
|
|
throw new Error(`Expected ${JSON.stringify("0.14.49")} but got ${JSON.stringify(stdout)}`);
|
|
}
|
|
}
|