Skip to content

Commit

Permalink
Needless warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Jan 12, 2025
1 parent 464eec9 commit 85a9b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/hexa-linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,8 @@ class HexaLinter {
})
}
catch (err) {
window.showWarningMessage(JSON.stringify(err), 'err')
// In practice happens when trying to show errors in "Working Tree" diff view
// window.showWarningMessage(JSON.stringify(err) + ' ' + err, 'Hide')
}
}

Expand Down

0 comments on commit 85a9b5e

Please sign in to comment.