We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a515db commit 244390cCopy full SHA for 244390c
1 file changed
src/lib/testers.coffee
@@ -10,7 +10,7 @@ CSON = require('cson')
10
DocPad = require(__dirname+'/docpad')
11
12
# Prepare
13
-pluginPort = 2000+process.pid
+pluginPort = 2000+String((new Date()).getTime()).substr(-6,4)
14
testers = {
15
balUtil,
16
chai,
0 commit comments