Skip to content

Commit

Permalink
fix removal
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaum committed Mar 5, 2012
1 parent 1566564 commit 7e4dab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.coffee
Expand Up @@ -28,7 +28,7 @@ class Proxy

@stop = ->
clearInterval updater
neo4j.startServer()
neo4j.stopServer()
server.close()

exports.buildFor = (neo4j, config) -> new Proxy neo4j, config

0 comments on commit 7e4dab9

Please sign in to comment.