node-titanium-sdk
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -181,4 +181,4 @@ /** | ||
} else if (this.opts.waitForResponse) { | ||
DEBUG && console.log('[' + this.connNum + '] DONE, SETTING STATE TO WAIT_FOR_RESPONSE'); | ||
this.state = WAIT_FOR_RESPONSE; | ||
DEBUG && console.log('[' + this.connNum + '] DONE, SETTING STATE TO WAIT_FOR_NEW_DATA'); | ||
this.state = WAIT_FOR_NEW_DATA; | ||
} else { | ||
@@ -433,3 +433,3 @@ DEBUG && console.log('[' + this.connNum + '] DONE, SETTING STATE TO DO_NOTHING'); | ||
parseDevices(this, callback, err, data); | ||
}.bind(this)); | ||
}.bind(this), { waitForResponse: true }); | ||
}; | ||
@@ -436,0 +436,0 @@ |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"author": { | ||
@@ -12,0 +12,0 @@ "name": "Appcelerator, Inc.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218803
71
1
1
1
2
38