Skip to content

Commit

Permalink
Revert "fix for lint error on ftp"
Browse files Browse the repository at this point in the history
This reverts commit 72d5ab3.

Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Sep 20, 2023
1 parent 72d5ab3 commit 0ae66da
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 0ae66da

Please sign in to comment.