source:
trip-planner-front/node_modules/stylus/lib/functions/trace.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 170 bytes |
Line | |
---|---|
1 | var nodes = require('../nodes'); |
2 | |
3 | /** |
4 | * Output stack trace. |
5 | * |
6 | * @api public |
7 | */ |
8 | |
9 | module.exports = function trace(){ |
10 | console.log(this.stack); |
11 | return nodes.null; |
12 | }; |
Note:
See TracBrowser
for help on using the repository browser.