diff options
| author | KnorpelSenf <shtrog@gmail.com> | 2021-12-01 15:22:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-01 15:22:11 +0100 |
| commit | 4c36fa1fdf6c353fb01f2ec80da39a52e969fb5f (patch) | |
| tree | c3d89f4918551ce035e8d51aa17e7e36f0db401d /cli/tests/testdata/top_level_await_unresolved.out | |
| parent | 7ef76c1dc3876e3e6b9fa5d2b8b300c663c95469 (diff) | |
chore: Fix typo in no-pending-ops error message (#12948)
Diffstat (limited to 'cli/tests/testdata/top_level_await_unresolved.out')
| -rw-r--r-- | cli/tests/testdata/top_level_await_unresolved.out | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
