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:
parent
2d8c39ed18
commit
6a142fcdb8
1 changed files with 1 additions and 1 deletions
2
bin/stf
2
bin/stf
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env node --harmony
|
||||
#!/usr/bin/env BLUEBIRD_DEBUG=1 node --harmony
|
||||
require('../lib/cli')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue