Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Feb 17, 2025
1 parent e0f70e1 commit 474da07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ts-json-schema-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import { BaseError } from "./src/Error/BaseError.js";

import pkg from "./package.json";

Error.stackTraceLimit = 100;

const args = new Command()
.option("-p, --path <path>", "Source file path")
.option("-t, --type <name>", "Type name")
Expand Down Expand Up @@ -98,8 +96,6 @@ try {

if (error.cause) {
console.error(error.cause);
} else if (error.stack) {
console.debug(error.stack);
}

// Maybe we are being imported by another script
Expand Down

0 comments on commit 474da07

Please sign in to comment.