1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Enable bluebird long stack traces via the BLUEBIRD_DEBUG environment variable.

This commit is contained in:
Simo Kinnunen 2014-01-09 10:25:26 +09:00
parent 2d8c39ed18
commit 6a142fcdb8

View file

@ -1,2 +1,2 @@
#!/usr/bin/env node --harmony
#!/usr/bin/env BLUEBIRD_DEBUG=1 node --harmony
require('../lib/cli')