Skip to content

Commit 0e9f876

Browse files
committed
-More log statements
1 parent 1883622 commit 0e9f876

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

https.ios.js

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

https.ios.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ export function request(opts: Https.HttpsRequestOptions): Promise<Https.HttpsRes
177177
};
178178
console.log("Attempting to send request");
179179
console.log("Sending data as " + JSON.stringify(dict));
180+
console.log("I am here.....");
180181
if(dict == null){
181182
console.log("Dict is null");
182183
}else {

0 commit comments

Comments
 (0)