Skip to content

Commit

Permalink
Merge pull request #3 from fusionstrings/patch-1
Browse files Browse the repository at this point in the history
fix to stop watch fail after first run
  • Loading branch information
filaraujo authored Jul 14, 2016
2 parents 6321bc2 + ddf7c84 commit 1139369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/registries/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ function ServerRegistry(config = {}) {
/**
* reloads the application
*/
this.reload = () => {
this.reload = cb => {
server.reload();
cb();
};

/**
Expand Down

0 comments on commit 1139369

Please sign in to comment.