Coder Social home page Coder Social logo

Comments (3)

dougwilson avatar dougwilson commented on May 2, 2024

If it does not have a stack property, then it is not an instance of Error. Unless you suggest a fix, I don't know what the error looks like. Can you show like a util.inspect of that error?

from errorhandler.

dantman avatar dantman commented on May 2, 2024

I forced the handler to console.error the err directly when debugging, this was the result:

{ [Error: 'ui/activity-bar.less' wasn't found]
  type: 'File',
  message: '\'ui/activity-bar.less\' wasn\'t found',
  filename: '../resources/styles/ui.less',
  index: 44,
  line: 3,
  callLine: NaN,
  callExtract: undefined,
  column: 0,
  extract: 
   [ '@import "ui/nav-bar";',
     '@import "ui/activity-bar";',
     '@import "ui/badge";' ] }

How about falling back the standard toString() of the error – which usually includes the error's .message in it?

from errorhandler.

dougwilson avatar dougwilson commented on May 2, 2024

How about falling back the standard toString() of the error – which usually includes the error's .message in it?

Yes, I am going to do that; basically I'm going to make sure to mimic the behavior of what happens when you pass that error to throw and it is displayed on your console. I just wanted to see what that error from less.js even was to know that I would have it covered :)

If you want to see what that error would look like, try console.error(String(err)) in your debugging.

from errorhandler.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.