rndAdn / REPL-Nodejs

REPL package for Atom
MIT License
16 stars 10 forks source link

Package.getStylesheetsPath is deprecated. #3

Closed alotofnoodles closed 9 years ago

alotofnoodles commented 9 years ago

Store package style sheets in the styles/ directory instead of stylesheets/ in the Repl package

Package.getStylesheetsPath (/opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app.asar/src/package.js:460:9)
Package.getStylesheetPaths (/opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app.asar/src/package.js:471:32)
Package.loadStylesheets (/opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app.asar/src/package.js:453:38)
<unknown> (/opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app.asar/src/package.js:185:19)
Package.measure (/opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app.asar/src/package.js:165:15)
Package.load (/opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app.asar/src/package.js:179:12)
etouss commented 9 years ago

Will be fix and push Asap.

rndAdn commented 9 years ago

Fix.