Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gulp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gulp
  • gulp
  • Issues
  • #1134
Closed
Open
Issue created Jul 03, 2015 by Administrator@rootContributor

Cascade error display

Created by: let4be

I'm using gulp 4.0 (npm install gulpjs/gulp-cli#4.0 -g)

When one task throws some kind of error the error is being propagated to the root task and I see huge stacktrace for each task, is there any way to get rid of this?

http://hastebin.com/potikeroqa.pl

Expected behavior: show stack-trace only for the task where error originates from

If I do throw new gutil.PluginError('test', 'something broke', {showStack: false}) it hides stacktrace completely

Thanks!

Assignee
Assign to
Time tracking