asciidoctor / atom-asciidoc-preview

⚛ AsciiDoc preview for the Atom editor.
https://atom.io/packages/asciidoc-preview
MIT License
141 stars 42 forks source link

Save as HTML raises an error #224

Closed gquintana closed 7 years ago

gquintana commented 7 years ago

Description

On the Asciidoc preview, right click then Saves as HTML...

Error: Exited with code 1
    at ChildProcess.<anonymous> (C:\Java\atom\.atom\packages\asciidoc-preview\node_modules\opn\index.js:83:13)
    at ChildProcess.g (events.js:286:16)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at maybeClose (internal/child_process.js:877:16)
    at Socket.<anonymous> (internal/child_process.js:334:11)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:188:7)
    at Pipe._handle.close [as _onclose] (net.js:493:12)

Despite the error message, the HTML document is properly saved.

Screenshots

image

ldez commented 7 years ago

Can you update to 2.9.0 ?

ldez commented 7 years ago

fix in 2.9.1 🎉