From 6a142fcdb8038123bda4d37f2850d74fedde672f Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Thu, 9 Jan 2014 10:25:26 +0900 Subject: [PATCH] Enable bluebird long stack traces via the BLUEBIRD_DEBUG environment variable. --- bin/stf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/stf b/bin/stf index 2fb2912e..bc1b2bd2 100755 --- a/bin/stf +++ b/bin/stf @@ -1,2 +1,2 @@ -#!/usr/bin/env node --harmony +#!/usr/bin/env BLUEBIRD_DEBUG=1 node --harmony require('../lib/cli')