We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decefd5 commit 614d625Copy full SHA for 614d625
eng/tools/spec-gen-sdk-runner/src/spec-helpers.ts
@@ -149,8 +149,6 @@ export function detectChangedSpecConfigFiles(commandInput: SpecGenSdkCmdInput):
149
if (fileList.length === 0) {
150
logMessage("No relevant files changed under 'specification' folder in the PR");
151
return [];
152
- } else {
153
- // Continue with processing the files
154
}
155
logMessage(`Related readme.md and typespec project list:`);
156
const changedSpecs: ChangedSpecs[] = [];
0 commit comments