ERR_ASSERTION
特殊类型的错误,每当 Node.js 检测到不应该发生的异常逻辑违规时就会触发。这些通常由 node:assert 模块引发。
\A special type of error that can be triggered whenever Node.js detects an
exceptional logic violation that should never occur. These are raised typically
by the node:assert module.