Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-12-04 05:22:57 +03:00
parent 007e29dda3
commit 4414bd0e7a
2 changed files with 2 additions and 1 deletions

View File

@ -2670,6 +2670,7 @@ function(name, func){
// NOTE: sync-mode actions do not externally log anything, basic progress
// logging is handled by the queue/task which is not created in sync
// mode.
// NOTE: since the sync-mode can block it must be used very carefully.
//
// XXX check if item is already in queue...
var queueHandler =
@ -2748,7 +2749,6 @@ function(name, func){
{ __session_task__: true }) }
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// XXX revise logging and logger passing...

View File

@ -437,6 +437,7 @@ var SharpActions = actions.Actions({
Promise.reject('aborted')
: res }) })],
// XXX move to core.queue...
// XXX this does not update image.base_path -- is this correct???
// XXX add support for offloading the processing to a thread/worker...
makePreviews: ['Sharp|File/Make image $previews',