From 7aad9a28709354e0f2fc5d5660c0bddff4f052ab Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Tue, 24 Sep 2024 07:52:58 -0400 Subject: [PATCH] fixup! test_runner: throw on invalid source maps --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 813bef36d53a04..ba10a1510310cc 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2577,7 +2577,7 @@ A call was made and the UDP subsystem was not running. ### `ERR_SOURCE_MAP_CANNOT_PARSE` -The source map could not be parsed because it is not valid JSON. +The source map could not be parsed because it does not exist, or is not valid JSON.