瀏覽代碼

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.