Skip to content

Commit c0501e3

Browse files
committed
refactor: do not rewrite fatal error
1 parent 50a97b8 commit c0501e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test_runner.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ export class TestRunner {
160160
* watcher on.
161161
*/
162162
if (mode === 'nonblocking') {
163-
this.#logger.warning(`unable to run test script "${this.#scriptFile}"`)
164-
this.#logger.fatal(error)
165163
this.#onError?.(error)
166164
this.#watcher?.close()
167165
this.#assetsServer?.stop()

0 commit comments

Comments
 (0)