소스 검색

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.