Skip to content

Commit b442716

Browse files
committed
- Adding debug statements
1 parent 3b688a0 commit b442716

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

https.ios.js

Lines changed: 1 addition & 0 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
@@ -175,6 +175,7 @@ export function request(opts: Https.HttpsRequestOptions): Promise<Https.HttpsRes
175175
'PATCH': 'PATCHParametersSuccessFailure',
176176
'HEAD': 'HEADParametersSuccessFailure',
177177
};
178+
console.log("Attempting to send data : ", JSON.stringify(dict));
178179
manager[methods[opts.method]](opts.url, dict, function success(task: NSURLSessionDataTask, data: any) {
179180
AFSuccess(resolve, task, data);
180181
}, function failure(task, error) {

0 commit comments

Comments
 (0)