Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-01-09 08:29:53 +03:00
parent 5ce352d915
commit bc29081b9d

View File

@ -763,7 +763,13 @@ var FileSystemLoaderActions = actions.Actions({
// not block the browser render... // not block the browser render...
// XXX set changes... // XXX set changes...
checkIndex: ['File/Check index consistency', checkIndex: ['File/Check index consistency',
core.doc` core.doc`Check index consistency...
This will:
- remove references to non-existing preview images (image.preview)
- remove references to non-existing .path (image.path)
- if .path removed, set to largest available preview
`, `,
function(logger){ function(logger){
var that = this var that = this