Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bin/lessc: Make sure path.dirname gets passed strings #2853

Merged
merged 1 commit into from
Mar 27, 2016

Commits on Mar 27, 2016

  1. bin/lessc: Make sure path.dirname gets passed strings

    Since nodejs/node@08085c49b6e, which will be part of Node.js v6.0,
    functions from the `path` core module (like `dirname`) will require
    the input to be a string.
    
    Because `.sourceMapFullFilename` and `.sourceMapInputFilename` in
    bin/lessc may be `undefined`, default to passing `'.'` to
    `path.dirname` instead.
    addaleax committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    ec04a03 View commit details
    Browse the repository at this point in the history