Skip to content

Commit

Permalink
Update src/commands/lint/configureLintingToolsCommand.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Hawkins <[email protected]>
  • Loading branch information
sfdctaka and khawkins authored Mar 5, 2024
1 parent 80315e4 commit 1cd2562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/lint/configureLintingToolsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class ConfigureLintingToolsCommand {
}
} catch (error) {
await this.showMessage(
`There was an error trying to update developer dependency in package.json: ${error}`
`There was an error trying to update either the offline linting dependencies or linting configuration: ${error}`
);
return Promise.resolve(false);
}
Expand Down

0 comments on commit 1cd2562

Please sign in to comment.