mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
style: fix formatting via prettier
This commit is contained in:
@@ -11,7 +11,7 @@ export class ToolError extends Error {
|
||||
|
||||
constructor(key: string, vars?: ErrorVars) {
|
||||
super(key);
|
||||
this.name = 'ToolError';
|
||||
this.name = "ToolError";
|
||||
this.key = key;
|
||||
this.vars = vars;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user