Skip to content

Commit 73359e8

Browse files
committed
[doc] Make note that the new root is actually NOT the default since it looks like it could be.
1 parent a74e87c commit 73359e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/core/daemonic-inheritance-test.js

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ var assert = require('assert'),
1313
vows = require('vows'),
1414
forever = require('../../lib/forever');
1515

16+
//
17+
// n.b. (indexzero): The default root is `~/.forever` so this
18+
// actually is a valid, non-default test path.
19+
//
1620
var myRoot = path.resolve(process.env.HOME, '.forever_root');
1721

1822
vows.describe('forever/core/startDaemon').addBatch({

0 commit comments

Comments
 (0)