Skip to content

Commit f19f5cb

Browse files
committed
-More log statements
1 parent 5f2d10b commit f19f5cb

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
@@ -188,6 +188,7 @@ export function request(opts: Https.HttpsRequestOptions): Promise<Https.HttpsRes
188188
console.log("The count for dict is");
189189
console.log("Count " + count);
190190

191+
console.log("Checking keys");
191192
let keys = dict.allKeys;
192193
for( var key in keys){
193194
console.log("Checking for key " + key);

0 commit comments

Comments
 (0)