Skip to content

Commit

Permalink
Merge branch 'master' of github.com:xavi-/node-copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
xavi- committed Jun 11, 2016
2 parents 2853343 + a12fc92 commit e73c5b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ switch(process.platform) {
case "linux":
config = require("./platform/linux");
break;
case "freebsd":
config = require("./platform/linux");
break;
case "openbsd":
config = require("./platform/openbsd");
break;
Expand Down

0 comments on commit e73c5b0

Please sign in to comment.