Skip to content

Commit

Permalink
add forgotten bind
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Feb 21, 2014
1 parent 91a6d0d commit 0bec17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devices/ios/ios.js
Expand Up @@ -931,7 +931,7 @@ IOS.prototype.cleanupAppState = function (cb) {
rimraf.sync(keychain);
logger.info("Deleted " + keychain);
}
});
}.bind(this));
} else {
logger.info("No folders found to remove");
if (this.realDevice && this.bundleId) {
Expand Down

0 comments on commit 0bec17b

Please sign in to comment.