Add test and improve

This commit is contained in:
Belma Gutlic
2020-01-18 17:00:31 +01:00
parent 15db3b53ce
commit 231c721d12
3 changed files with 44 additions and 19 deletions

View File

@ -6,6 +6,5 @@ export class FailedIKError extends Error {
this.initialMsg = initialMsg;
this.name = "FailedIKhandshake";
this.stack = new Error().stack;
}
};