mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
141e2e8295
commit
bf02d1a765
@ -487,7 +487,6 @@ var CLIActions = actions.Actions({
|
|||||||
//valueRequired: true,
|
//valueRequired: true,
|
||||||
}},
|
}},
|
||||||
function(path, options){
|
function(path, options){
|
||||||
// XXX SETUP
|
|
||||||
this.setupFeatures()
|
this.setupFeatures()
|
||||||
|
|
||||||
// get mode...
|
// get mode...
|
||||||
@ -516,7 +515,6 @@ var CLIActions = actions.Actions({
|
|||||||
return Promise.all([
|
return Promise.all([
|
||||||
// NOTE: no need to call .cacheMetadata(..) as
|
// NOTE: no need to call .cacheMetadata(..) as
|
||||||
// it is already running after .loadImages(..)
|
// it is already running after .loadImages(..)
|
||||||
// XXX we seem not to be reporting errors here (cli)...
|
|
||||||
index.makePreviews('all') ])} })
|
index.makePreviews('all') ])} })
|
||||||
.then(function(){
|
.then(function(){
|
||||||
return index
|
return index
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user