diff options
author | isaacs <i@izs.me> | 2013-03-05 17:46:37 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-03-06 11:44:29 -0800 |
commit | 5038f4018534f498734fc39ef1bcd72650a3e7e2 (patch) | |
tree | 6fb5795ded2af9182b0542614c8cbb6bed0ed32a /doc/node.1 | |
parent | 25ba971f41d4ddaf7e241645cfc2917bd3afa1f7 (diff) | |
download | node-new-5038f4018534f498734fc39ef1bcd72650a3e7e2.tar.gz |
node: Add --throw-deprecation
Extremely handy when tracking down a flood of recursive nextTick warnings.
Diffstat (limited to 'doc/node.1')
-rw-r--r-- | doc/node.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1 index 9603a91ef0..1bc4ee04c1 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -56,6 +56,8 @@ and servers. --trace-deprecation show stack traces on deprecations + --throw-deprecation throw errors on deprecations + --v8-options print v8 command line options --max-stack-size=val set max v8 stack size (bytes) |