mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
10 lines
398 B
Text
10 lines
398 B
Text
[WILDCARD]
|
|
error: TS1103 [ERROR]: 'for await' loops are only allowed within async functions and at the top levels of modules.
|
|
for await (const event of httpConn) {
|
|
~~~~~
|
|
at [WILDCARD]error_for_await.ts:9:7
|
|
|
|
TS1356 [ERROR]: Did you mean to mark this function as 'async'?
|
|
function handleConn(conn: Deno.Conn) {
|
|
~~~~~~~~~~
|
|
at [WILDCARD]error_for_await.ts:7:10
|