Skip to content

Commit

Permalink
Update SelectListView.js
Browse files Browse the repository at this point in the history
Updated the code as follows for the issue. OmniSharp#1

//from
atom.themes.requireStylesheet(require.resolve('../../../styles/select-list.less'));

//to
atom.themes.requireStylesheet(require.resolve('../../../../styles/select-list.less'));
  • Loading branch information
prabhugopal authored Sep 14, 2017
1 parent 1460b60 commit 8bca7fc
Showing 1 changed file with 2 additions and 2 deletions.
Loading

0 comments on commit 8bca7fc

Please sign in to comment.