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

Adjusted manual test description to changes in error handling.

Maciej Bukowski преди 6 години
родител
ревизия
694f8d5c09
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      packages/ckeditor5-watchdog/tests/manual/watchdog.md

+ 2 - 0
packages/ckeditor5-watchdog/tests/manual/watchdog.md

@@ -1,3 +1,5 @@
+**Important:** Be sure to run manual test with the `--debug false` flag. Otherwise errors won't be rethrown by the `CKEditorError.rethrowUnexpectedError()` method.
+
 1. Type `1` in the first editor. Only the first editor should crash and be restarted. The error should be logged in the console.
 
 1. Type `1` in the second editor. Only the second editor should crash and be restarted. The error should be logged in the console.