Skip to content

Commit

Permalink
Always show stack traces
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Apr 9, 2014
1 parent 4cc9597 commit 1bf3b31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = function(grunt) {
'use strict';

grunt.option('stack', true);

grunt.initConfig({
nodeunit: {
files: ['test/*_test.js'],
Expand Down

0 comments on commit 1bf3b31

Please sign in to comment.