From 4c36fa1fdf6c353fb01f2ec80da39a52e969fb5f Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Wed, 1 Dec 2021 15:22:11 +0100 Subject: chore: Fix typo in no-pending-ops error message (#12948) --- cli/tests/testdata/top_level_await_unresolved.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/top_level_await_unresolved.out') diff --git a/cli/tests/testdata/top_level_await_unresolved.out b/cli/tests/testdata/top_level_await_unresolved.out index 77395f5d0..d5291f833 100644 --- a/cli/tests/testdata/top_level_await_unresolved.out +++ b/cli/tests/testdata/top_level_await_unresolved.out @@ -1 +1 @@ -error: Module evaluation is still pending but there are no pending ops or dynamic imports. This situation is often caused by unresolved promise. +error: Module evaluation is still pending but there are no pending ops or dynamic imports. This situation is often caused by unresolved promises. -- cgit v1.2.3