lint fixes

This commit is contained in:
Marin Petrunić
2020-06-19 13:06:31 +02:00
parent 8327a60356
commit ca39bc5d99
16 changed files with 55 additions and 61 deletions

View File

@ -1,7 +1,7 @@
export class FailedIKError extends Error {
public initialMsg;
public initialMsg: string;
constructor (initialMsg, message?: string) {
constructor (initialMsg: string, message?: string) {
super(message)
this.initialMsg = initialMsg