Skip to content

Commit

Permalink
Zowe Suite v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored May 27, 2020
2 parents f77f3ff + ecca727 commit 2bcfa2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/logging/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ export class Logger implements ZLUX.Logger {
try {
let err:any = new Error();

(Error as any).prepareStackTrace = function (err: Error, stack: any) {
err;
(Error as any).prepareStackTrace = function (_err: Error, stack: any) {
return stack;
};
if (err.stack.shift){
Expand Down

0 comments on commit 2bcfa2f

Please sign in to comment.