Skip to content

Commit

Permalink
Upgrade to Streamline 0.1.40 for sync traces!
Browse files Browse the repository at this point in the history
Requires requiring the flows module, which sets the appropriate hook. We don't
currently use the flows module, but this is no big deal.

Details and discussion:

http://groups.google.com/group/streamlinejs/browse_thread/thread/58d53eff1dfe02d8
  • Loading branch information
aseemk committed Sep 4, 2011
1 parent 21a19a7 commit 28845f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/index.js
Expand Up @@ -21,6 +21,7 @@

require('coffee-script');
require('streamline');
require('streamline/lib/util/flows'); // to get sync stack traces in 0.1.40!

exports.GraphDatabase = require('./GraphDatabase_');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"coffee-script": "1.1.x >= 1.1.2",
"http-status": "0.1.0",
"request": "2.1.x",
"streamline": "0.1.35"
"streamline": "0.1.40"
},
"keywords": [
"neo4j",
Expand Down

0 comments on commit 28845f8

Please sign in to comment.