Use superstack to have better stacktraces with async code.

This commit is contained in:
Julien Fontanet
2013-10-30 12:21:36 +01:00
parent e69db958b2
commit f23905f5ee
2 changed files with 11 additions and 1 deletions

View File

@@ -23,7 +23,8 @@
"underscore": ">=1.5.2",
"validator": ">=1.2.1",
"ws": ">=0.4.27",
"xmlrpc": ">=1.1.0"
"xmlrpc": ">=1.1.0",
"superstack": "0.0.3"
},
"devDependencies": {},
"optionalDependencies": {},