Przeglądaj źródła

Added missing `istanbul ignore next`.

Maciej Bukowski 6 lat temu
rodzic
commit
8f19f77797
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/ckeditor5-core/src/editor/editor.js

+ 1 - 0
packages/ckeditor5-core/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 );
 		}
 	}