From 34e78de7c01e1d22148f608c1c091a1c5f638a2c Mon Sep 17 00:00:00 2001 From: Maciej Bukowski Date: Fri, 22 Nov 2019 17:19:55 +0100 Subject: [PATCH] Added missing `istanbul ignore next`. --- src/editor/editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/editor.js b/src/editor/editor.js index 1f58ef1f..027706ae 100644 --- a/src/editor/editor.js +++ b/src/editor/editor.js @@ -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 ); } }