|
@@ -275,6 +275,7 @@ export default class Editor {
|
|
|
this.commands.execute( ...args );
|
|
this.commands.execute( ...args );
|
|
|
} catch ( err ) {
|
|
} catch ( err ) {
|
|
|
// @if CK_DEBUG // throw err;
|
|
// @if CK_DEBUG // throw err;
|
|
|
|
|
+ /* istanbul ignore next */
|
|
|
CKEditorError.rethrowUnexpectedError( err, this );
|
|
CKEditorError.rethrowUnexpectedError( err, this );
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|