Skip to content

Commit

Permalink
fix(proxy): Bump foxy to fix #376
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Dec 22, 2014
1 parent 473969a commit fe6c73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports.plugin = function (bs, scripts) {
bs.pluginManager.get("tunnel")(bs, tunnel(), finished);
}
} catch (e) {
console.log("ERRRRRRRRRRRRR: " + e);
console.log(e);
}
} else {
finished(options.urls.local);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"easy-extender": "^2.0.0",
"eazy-logger": "^2.0.0",
"emitter-steward": "^0.0.1",
"foxy": "^7.0.0",
"foxy": "^7.0.1",
"glob-watcher": "^0.0.7",
"localtunnel": "^1.3.0",
"lodash": "^2.4.1",
Expand Down

0 comments on commit fe6c73d

Please sign in to comment.