Skip to content

Commit 4ffe328

Browse files
elliotttJakeChampion
authored andcommitted
Format
1 parent 9ab07d5 commit 4ffe328

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

c-dependencies/js-compute-runtime/js-compute-builtins.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,8 @@ bool body_reader_then_handler(JSContext *cx, HandleObject body_owner, HandleValu
13911391
return JS::RejectPromise(cx, response_promise, exn);
13921392
}
13931393

1394-
// TODO: should we also create a rejected promise if a response reads something that's not a Uint8Array?
1394+
// TODO: should we also create a rejected promise if a response reads something that's not a
1395+
// Uint8Array?
13951396
fprintf(stderr, "Error: read operation on body ReadableStream didn't respond with a "
13961397
"Uint8Array. Received value: ");
13971398
dump_value(cx, val, stderr);

0 commit comments

Comments
 (0)