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 1ddbd90 commit ffd53d1Copy full SHA for ffd53d1
src/js/run.js
@@ -111,7 +111,7 @@ function checkStatus() {
111
jQuery( '#wpe-progress' ).show();
112
113
// Display the current plugin count.
114
- jQuery( '#wpe-progress-count' ).text( ( obj.total - obj.count ) + '/' + obj.total );
+ jQuery( '#wpe-progress-count' ).text( ( obj.total - obj.count + 1 ) + '/' + obj.total );
115
116
// Display the object being scanned.
117
jQuery( '#wpe-progress-active' ).text( obj.activeJob );
0 commit comments