File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -323,11 +323,13 @@ Deletes the 'tmp' dir and recreates it
323
323
324
324
### restoreStderr()
325
325
326
- Restore the original ` process.stderr.write ` .
326
+ Restore the original ` process.stderr.write ` . Used to restore ` stderr ` to its
327
+ original state after calling [ ` common.hijackStdErr() ` ] [ ] .
327
328
328
329
### restoreStdout()
329
330
330
- Restore the original ` process.stdout.write ` .
331
+ Restore the original ` process.stdout.write ` . Used to restore ` stdout ` to its
332
+ original state after calling [ ` common.hijackStdOut() ` ] [ ] .
331
333
332
334
### rootDir
333
335
* return [ < ; String>]
@@ -456,4 +458,6 @@ implementation with tests from
456
458
[ < ; Object>] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
457
459
[ < ; RegExp>] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
458
460
[ < ; String>] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type
461
+ [ `common.hijackStdErr()` ] : #hijackstderrlistener
462
+ [ `common.hijackStdOut()` ] : #hijackstdoutlistener
459
463
[ internationalization ] : https://github.com/nodejs/node/wiki/Intl
You can’t perform that action at this time.
0 commit comments