Skip to content

Commit

Permalink
Quick fix for PhantomJS launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
rdodev authored and vojtajina committed Aug 31, 2012
1 parent 7963ad3 commit 3410c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var Browser = function(id) {
return [url];
};

this._tempDir = (env.TMPDIR || env.TMP || env.TEMP || '/tmp') + '/testacular-' + id;
this._tempDir = (env.TMPDIR || env.TMP || env.TEMP || '/tmp') + '/testacular-' + id.toString();

try {
log.debug('Creating temp dir at ' + this._tempDir);
Expand Down

0 comments on commit 3410c2c

Please sign in to comment.