We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f2553 commit f9ead47Copy full SHA for f9ead47
lib/release_watcher.js
@@ -37,7 +37,7 @@ class ReleaseWatcher {
37
38
let bundle_id = allBundlesFromLocalDBArray[i].value.bundle_id;
39
// getting App from iTunes by Bundle ID
40
- utils.p('searching ' + bundle_id + ' in iTunes');
+ utils.p( i + '. searching ' + bundle_id + ' in iTunes');
41
self.releaseBot.searchInITunesByBundleId(bundle_id, allBundlesFromLocalDBArray[i].value)
42
// check if App version is different
43
.then(
0 commit comments