Skip to content

Commit

Permalink
Merge pull request #273 from mbezjak/patch-1
Browse files Browse the repository at this point in the history
Fix README.md typo.
  • Loading branch information
benjamingr committed Aug 2, 2014
2 parents 03ff7c4 + 737b7b6 commit 0a23d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ BLUEBIRD_DEBUG=1 node server.js

to enable long stack traces in all instances of bluebird.

Long stack traces cannot be disabled after being enabled, and cannot be enabled after promises have alread been created. Long stack traces imply a substantial performance penalty, even after using every trick to optimize them.
Long stack traces cannot be disabled after being enabled, and cannot be enabled after promises have already been created. Long stack traces imply a substantial performance penalty, even after using every trick to optimize them.

Long stack traces are enabled by default in the debug build.

Expand Down

0 comments on commit 0a23d44

Please sign in to comment.