Skip to content

Commit b926b56

Browse files
authored
Add log
Signed-off-by: NunoMCP <NunoMCP@users.noreply.github.com>
1 parent b391c9b commit b926b56

File tree

1 file changed

+1
-0
lines changed
  • apps/site/pages/en/learn/getting-started

1 file changed

+1
-0
lines changed

apps/site/pages/en/learn/getting-started/fetch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ async function fetchGitHubRepos() {
166166
} catch (error) {
167167
console.error('Error parsing JSON:', error);
168168
}
169+
console.log('Stream processing completed.');
169170
console.log(`Response status: ${res.statusCode}`);
170171
callback();
171172
},

0 commit comments

Comments
 (0)