Skip to content

Commit

Permalink
fix for lint error on ftp
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Sep 20, 2023
1 parent 96f87e4 commit 72d5ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import * as globals from "./globals";

export class ZoweFtpExtensionError extends Error {
public constructor(message: string) {
super(globals.LOGGER.getExtensionName() + ": " + message);
super(`${globals.LOGGER.getExtensionName()}: ${message}`);
}
}

0 comments on commit 72d5ab3

Please sign in to comment.