Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Sep 18, 2024
1 parent abb5234 commit 7d50947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = {
packages: [package],
packageManager: options.packageManager,
});
} catch (e) {
} catch {
console.log(`Could not uninstall ${package}`);
}
}
Expand Down

0 comments on commit 7d50947

Please sign in to comment.