make the thread join so that we can use ctrl-c to exit from the console
git-svn-id: http://google-refine.googlecode.com/svn/trunk@384 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
7590e30454
commit
9dfdd1e351
@ -160,6 +160,7 @@ class GridworksServer extends Server {
|
||||
}
|
||||
|
||||
this.start();
|
||||
this.join();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user