Jelajahi Sumber

Merge pull request #30 from ckeditor/i/5595

Internal: Adjusted manual test description to changes in error handling. Part of ckeditor/ckeditor5#5595.
Piotrek Koszuliński 6 tahun lalu
induk
melakukan
417d9ff8db
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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.