Skip to content

task will not skip #22

Description

@aliyoung

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions