Skip to content

Commit

Permalink
cjdev2#4 Fixed Url Problem under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cdietrich committed Apr 9, 2014
1 parent a40e37a commit a21e6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/qunit-mojo/phantomjs-run-qunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function versionCheck(){


url = args[1];
url = url.replace(/\\/g,'/');
page = require('webpage').create();
if (args[2] !== undefined) {
timeout = parseInt(args[2], 10);
Expand Down

0 comments on commit a21e6d2

Please sign in to comment.