summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-05 17:46:37 -0800
committerisaacs <i@izs.me>2013-03-06 11:44:29 -0800
commit5038f4018534f498734fc39ef1bcd72650a3e7e2 (patch)
tree6fb5795ded2af9182b0542614c8cbb6bed0ed32a /doc/node.1
parent25ba971f41d4ddaf7e241645cfc2917bd3afa1f7 (diff)
downloadandroid-node-v8-5038f4018534f498734fc39ef1bcd72650a3e7e2.tar.gz
android-node-v8-5038f4018534f498734fc39ef1bcd72650a3e7e2.tar.bz2
android-node-v8-5038f4018534f498734fc39ef1bcd72650a3e7e2.zip
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.12
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)