Skip to content

Commit

Permalink
Fix breakage for users of Atom v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Aug 14, 2018
1 parent 84f2476 commit cf16c9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.23...HEAD


[Unpublished]
----------------------
### Fixed
- [[`#753`][]]: Startup breakage for users running Atom 1.23.3

[`#753`]: https://github.com/file-icons/atom/issues/753#issuecomment-412749410



[v2.1.23]
----------------------
### Added
Expand Down
4 changes: 2 additions & 2 deletions lib/service/icon-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class IconService{
Storage.deletePath(path);
}
}
}),
})
);
StrategyManager.init();
this.isReady = true;
Expand Down Expand Up @@ -103,7 +103,7 @@ class IconService{
return file && file.icon
? file.icon.getClasses() || null
: null;
},
}
};
}
}
Expand Down

0 comments on commit cf16c9e

Please sign in to comment.