Преглед на файлове

Made the `_handleError` method protected.

Maciej Bukowski преди 6 години
родител
ревизия
2e5ddd1a10
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-watchdog/src/watchdog.js

+ 1 - 1
packages/ckeditor5-watchdog/src/watchdog.js

@@ -337,7 +337,7 @@ export default class Watchdog {
 	 * Checks if the error comes from the editor that is handled by the watchdog (by checking the error context) and
 	 * restarts the editor. It reacts to {@link module:utils/ckeditorerror~CKEditorError `CKEditorError` errors} only.
 	 *
-	 * @private
+	 * @protected
 	 * @fires error
 	 * @param {Error} error Error.
 	 * @param {ErrorEvent|PromiseRejectionEvent} evt Error event.