mirror of
https://github.com/danbulant/node-x11
synced 2026-05-20 21:09:10 +00:00
debug travis error with killKlient
This commit is contained in:
parent
265b44eab5
commit
6d565ec0e9
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,10 @@ describe('KillKlient request', function() {
|
|||
X = display.client;
|
||||
done();
|
||||
});
|
||||
client.on('error', done);
|
||||
client.on('error', function(err) {
|
||||
console.log(err);
|
||||
done(err);
|
||||
});
|
||||
});
|
||||
|
||||
afterEach(function(done) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue