Skip to content

Commit 1afec02

Browse files
committed
Merge pull request #15 from charlesflynn/flynn-20140404
quick fix for windows compatibility Thanks @charlesflynn
2 parents 7c95ac5 + b02fc10 commit 1afec02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/webpagetest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function api(pathname, callback, query, options) {
148148
}
149149

150150
pathname = url.format({
151-
pathname: path.join(config.pathname, pathname),
151+
pathname: url.resolve(config.pathname, pathname),
152152
query: query
153153
});
154154

0 commit comments

Comments
 (0)