Merge "Edit check: another counter for the save process"

This commit is contained in:
jenkins-bot 2024-08-08 08:08:57 +00:00 committed by Gerrit Code Review
commit 00e4b4cd65

View file

@ -335,6 +335,10 @@ if ( mw.config.get( 'wgVisualEditorConfig' ).editCheck || mw.editcheck.ecenable
}
} );
} );
} else {
// Counterpart to earlier preSaveChecksShown, for use in tracking
// errors in check-generation:
ve.track( 'counter.editcheck.preSaveChecksNotShown' );
}
} );
mw.hook( 've.deactivationComplete' ).add( () => {