Skip to content

Fix Terminal reference #4945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/typings-generator",
"comment": "Fix Terminal reference",
"type": "patch"
}
],
"packageName": "@rushstack/typings-generator"
}
2 changes: 1 addition & 1 deletion libraries/typings-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Use cases include:

### `terminal`

Optionally provide a [Terminal](https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/src/Terminal/Terminal.ts)
Optionally provide a [Terminal](https://github.com/microsoft/rushstack/blob/main/libraries/terminal/src/Terminal.ts)
object for logging. If one isn't provided, logs will go to the console.

### `globsToIgnore`
Expand Down
Loading