Skip to content

Expose path information on failure #43

Open
@ide

Description

@ide

I would like to write an error handler that writes a small JS file when gulp-coffee fails. For example if a.coffee has a syntax error, I want to create a.js with:

throw new Error('Error compiling a.coffee: <syntaxerror.stack>');

For this, my gulp task needs access to the name of the JS file that gulp-coffee was trying to create.

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