Skip to content

Commit

Permalink
commit from chromebook
Browse files Browse the repository at this point in the history
  • Loading branch information
pulipulichen committed Sep 9, 2019
1 parent 7802386 commit d0a02c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/electron/ElectronTextFileHelper.js
Expand Up @@ -247,7 +247,7 @@ let ElectronTextFileHelper = {
this.lib.fs = require('fs')
}

console.log(filePath)
console.error('Cannot convert html to rtf', filePath)
this.lib.fs.createReadStream(filePath)
.pipe(this.lib.rtfToHTML((err, html) => {
console.log(err)
Expand Down

0 comments on commit d0a02c3

Please sign in to comment.