nearform / nftrace-scaffold

0 stars 0 forks source link

Setting output dir via constructor not working #1

Closed dberesford closed 9 years ago

dberesford commented 9 years ago

this should set the output to be node_modules:

var nftrace = new Nftrace('d14d', './node_modules');

output still gets sent to 'nftrace-output'.

GlenTiki commented 9 years ago

Fixed.