Skip to content

Commit

Permalink
fix: remove extra info comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-world committed Aug 8, 2024
1 parent ef7576f commit f3d0be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openapi-generator/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const app = command({
} else if (!isApiSpec(entryPoint, symbol.init.callee)) {
continue;
}
logInfo(`[INFO] Found API spec in ${symbol.name}`);
logInfo(`Found API spec in ${symbol.name}`);

const result = parseApiSpec(
project.right,
Expand Down

0 comments on commit f3d0be1

Please sign in to comment.