ngm-cli icon indicating copy to clipboard operation
ngm-cli copied to clipboard

task will not skip

Open aliyoung opened this issue 7 years ago • 0 comments

in <utils.tasks-watch.ts>


let changedModule: number; …… taskQueue.tasks.forEach((task: any, i: number) => { task.skip = () => changedModule && i !== changedModule; });


all task's skip will to be undefined! all task will not skip.

aliyoung avatar May 18 '18 09:05 aliyoung