source: trip-planner-front/node_modules/stylus/lib/functions/trace.js@ fa375fe

Last change on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 170 bytes
Line 
1var nodes = require('../nodes');
2
3/**
4 * Output stack trace.
5 *
6 * @api public
7 */
8
9module.exports = function trace(){
10 console.log(this.stack);
11 return nodes.null;
12};
Note: See TracBrowser for help on using the repository browser.