Skip to content

Commit 5211d41

Browse files
committed
-More log statements
1 parent d1b5f38 commit 5211d41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

https.ios.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export function request(opts: Https.HttpsRequestOptions): Promise<Https.HttpsRes
183183
}else {
184184
console.log("Dict is not null");
185185
}
186+
console.log("Attempting to check the dict count.");
186187
let count = dict.count;
187188
console.log("The count for dict is");
188189
console.log("Count " + count);

0 commit comments

Comments
 (0)