Skip to content

Commit

Permalink
feat: apt command
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Mar 26, 2024
1 parent b9e45cd commit 7e3fd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/localization/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class extends Command {

const res = await pkg.localization.update();

if ( !res.ok ) this._exitOnError();
if ( !res.ok ) return res;

const localizationStatus = pkg.localization.status();

Expand Down

0 comments on commit 7e3fd12

Please sign in to comment.