Skip to content

Commit 6b6122a

Browse files
committed
chore: remove catch clause
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent 24d7d7c commit 6b6122a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/providers/base_javascript.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ export default class Base_javascript {
191191
const args = this._updateLockFileCmdArgs(manifestDir);
192192
try {
193193
this.#invokeCommand(args);
194-
} catch (error) {
195-
throw new Error(`failed to create lockfile "${args}"`, { cause: error });
196194
} finally {
197195
if (os.platform() === 'win32') {
198196
process.chdir(originalDir)

0 commit comments

Comments
 (0)