Explorar el Código

Added missing `istanbul ignore next`.

Maciej Bukowski hace 6 años
padre
commit
2398416fff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/ckeditor5-utils/src/emittermixin.js

+ 1 - 0
packages/ckeditor5-utils/src/emittermixin.js

@@ -240,6 +240,7 @@ const EmitterMixin = {
 			return eventInfo.return;
 		} catch ( err ) {
 			// @if CK_DEBUG // throw err;
+			/* istanbul ignore next */
 			CKEditorError.rethrowUnexpectedError( err, this );
 		}
 	},