Skip to content

Commit

Permalink
fix(tabstractfileconverter): remove useless console warn to avoid esl…
Browse files Browse the repository at this point in the history
…int warning
  • Loading branch information
Itee committed Feb 17, 2020
1 parent be61f23 commit 21c1bfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/converters/TAbstractFileConverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ class TAbstractFileConverter {
const fileReadStream = fs.createReadStream( file )

fileReadStream.on( 'error', ( error ) => {
console.error( `Read stream on error: ${error}` )

isOnError = true
onError( error )
Expand Down

0 comments on commit 21c1bfa

Please sign in to comment.