Skip to content

Commit

Permalink
Revert changes to isWin boolean check
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcdarunday committed Apr 29, 2024
1 parent 22cd6c3 commit 971afc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/system-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ customElements.define('system-status', class extends HTMLElement {
}

#installed () {
if (!isWin) {
if (isWin === false) {
let hasPear = false
this.shellProfiles = {}
for (const file of ['.zshrc', '.zshenv', '.zshprofile', '.zlogin', '.profile', '.bashrc']) {
Expand Down

0 comments on commit 971afc5

Please sign in to comment.