Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Added missing istanbul ignore next.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Nov 22, 2019
1 parent d19cdce commit 34e78de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ export default class Editor {
this.commands.execute( ...args );
} catch ( err ) {
// @if CK_DEBUG // throw err;
/* istanbul ignore next */
CKEditorError.rethrowUnexpectedError( err, this );
}
}
Expand Down

0 comments on commit 34e78de

Please sign in to comment.