Skip to content

runSequence breaks if I have no gulp.dest in my task and try to return the stream. #79

Closed
@marcofugaro

Description

I've noticed that if I have no gulp.dest in my task and I try to return the stream, runSequence breaks and I have to CTRL+C out of it.

The task is a linting task, so I don't need to output anything, here is the task and the line of code that if you remove, it breaks.

Here is the runSequence where I'm calling the task from.

What should I return if my task has no gulp.dest?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions