Skip to content

Commit 98f708c

Browse files
Alan-ChaErikWittern
authored andcommitted
Change to single quote warning/error messages
Signed-off-by: Alan Cha <[email protected]>
1 parent 14f0cc5 commit 98f708c

17 files changed

+169
-169
lines changed

packages/oasgraph-cli/src/oasgraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Promise.all(
9797
})
9898
.catch(filePath => {
9999
console.error(
100-
`OASGraph cannot read file. File "${filePath}" does not exist.`
100+
`OASGraph cannot read file. File '${filePath}' does not exist.`
101101
)
102102
process.exit(1)
103103
})

packages/oasgraph/lib/auth_builder.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/oasgraph/lib/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/oasgraph/lib/oas_3_tools.js

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/oasgraph/lib/oas_3_tools.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/oasgraph/lib/preprocessor.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)