mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-22 12:01:49 +00:00
fix automatic lint
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
export class FailedIKError extends Error {
|
||||
public initialMsg;
|
||||
|
||||
constructor(initialMsg, message?: string) {
|
||||
super(message);
|
||||
constructor (initialMsg, message?: string) {
|
||||
super(message)
|
||||
|
||||
this.initialMsg = initialMsg;
|
||||
this.name = "FailedIKhandshake";
|
||||
this.initialMsg = initialMsg
|
||||
this.name = 'FailedIKhandshake'
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user