projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da727a3
)
Document process.crash method
author
Milan Burda
<miburda@microsoft.com>
Fri, 22 Apr 2016 21:58:41 +0000
(23:58 +0200)
committer
Milan Burda
<miburda@microsoft.com>
Fri, 22 Apr 2016 21:58:41 +0000
(23:58 +0200)
docs/api/process.md
patch
|
blob
|
history
diff --git
a/docs/api/process.md
b/docs/api/process.md
index b2d9c765a03aa83d4078b08e52b1846425df5839..4aaa84f89d8191f3fa0a753b66e9f243ed50bf76 100644
(file)
--- a/
docs/api/process.md
+++ b/
docs/api/process.md
@@
-44,6
+44,10
@@
built-in modules.
The `process` object has the following method:
+### `process.crash()`
+
+Causes the main thread of the current process crash.
+
### `process.hang()`
Causes the main thread of the current process hang.