We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb6450 commit 71e2a91Copy full SHA for 71e2a91
.github/checkQNetworkReplyErrorCodeUpdate.js
@@ -72,7 +72,7 @@ const fetchQNetworkReplyErrorCodeListFromQt = async () => {
72
73
const decodeRepoContent = ( response ) => {
74
try {
75
- console.log( reponse );
+ console.log( response );
76
return Buffer.from( response.content, response.encoding ).toString( 'utf-8' );
77
}
78
catch( e ) {
0 commit comments