mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
Fix travis subprocess.kill problem - attempt 2
This commit is contained in:
@@ -29,6 +29,7 @@ describe('server process', function() {
|
||||
|
||||
after(function() {
|
||||
console.log("killing server...")
|
||||
server_proc.unref();
|
||||
server_proc.kill();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user