Roobyx / Autocompiler-Pug-Jade

(Depricated!) Atom Package for autocompilation of pre-processor PUG and the legacy name JADE
MIT License
1 stars 1 forks source link

Argument to path.extname must be a string #7

Open atlassi opened 6 years ago

atlassi commented 6 years ago

Argument to path.extname must be a string Report Issue Object.extname - /private/var/folders/_2/nlq047d10n93c82dygvr2dzm0000gn/T/AppTranslocation/33669B6F-7478-4D35-A22F-0195A90093D8/d/Atom.app/Contents/Resources/app.asar/src/electron-shims.js:20:10 Object.toggle - /Users/moes/.atom/packages/autocompiler-pug-jade/lib/autocompiler-pug-jade.js:213:28

- /Users/moes/.atom/packages/autocompiler-pug-jade/lib/autocompiler-pug-jade.js:80:15 Function.module.exports.Emitter.simpleDispatch - :65886:20 Emitter.emit - :66002:34 Workspace.didChangeActivePaneItemOnPaneContainer - :27918:28
Adrian-Samuel commented 6 years ago

I've got the same issue, occured this morning. @Roobyx do you know what might be the cause of this? HTML is getting outputted but it loses all colour highlighting etc

screen shot 2017-12-27 at 16 02 40

Here's the code output:

Argument to path.extname must be a string Report Issue Object.extname - /Applications/Atom.app/Contents/Resources/app.asar/src/electron-shims.js:20:10 Object.toggle - /Users/adriansamuel/.atom/packages/autocompiler-pug-jade/lib/autocompiler-pug-jade.js:213:28

- /Users/adriansamuel/.atom/packages/autocompiler-pug-jade/lib/autocompiler-pug-jade.js:80:15 Function.module.exports.Emitter.simpleDispatch - :65891:20 Emitter.emit - :66007:34 Workspace.didChangeActivePaneItemOnPaneContainer - :27918:28
Roobyx commented 6 years ago

I am sorry that you are getting an issue. The extension is now quite old and I have stopped working personally on the the extensions since I have moved to VSCode. If anyone would pull-request a fix I will be happy to take a look and fix it. Should be fairly simple.