Skip to content

Commit f9ead47

Browse files
author
Sergey Armodin
committed
1 parent 63f2553 commit f9ead47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/release_watcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ReleaseWatcher {
3737

3838
let bundle_id = allBundlesFromLocalDBArray[i].value.bundle_id;
3939
// getting App from iTunes by Bundle ID
40-
utils.p('searching ' + bundle_id + ' in iTunes');
40+
utils.p( i + '. searching ' + bundle_id + ' in iTunes');
4141
self.releaseBot.searchInITunesByBundleId(bundle_id, allBundlesFromLocalDBArray[i].value)
4242
// check if App version is different
4343
.then(

0 commit comments

Comments
 (0)