Skip to content

Commit

Permalink
Update src/third-version.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
jonaslagoni and derberg authored Nov 6, 2023
1 parent bd8d034 commit 8d455b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/third-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ function reportUnsupportedParameterValues(schema: any) {
const listOfProperties = excessProperties.map(([propertyName, property]) => {
return `- schema.${propertyName} with value: ${JSON.stringify(property)} are no longer supported`
})
console.warn(`Found properties in parameter schema that are no longer supported and will be ignored by the converter.\n${listOfProperties.join('\n')}`);
console.warn(`Found properties in parameter schema that are no longer supported. Conversion completes with empty parameter object.\n${listOfProperties.join('\n')}`);
}
}

Expand Down

0 comments on commit 8d455b3

Please sign in to comment.