Skip to content

Commit

Permalink
[Admin] Update to log source choice passed in (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethSamuel-MSFT committed Sep 17, 2024
1 parent a55e56c commit 6a1aae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-docs/scripts/preprocessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ tryCatch(async () => {

// Bypass the prompt - for use with the GitHub Action.
if (args.length > 0 && args[0] !== null && args[0].trim().length > 0) {
console.log("Bypassing source choice prompt.");
sourceChoice = args[0].trim();
console.log(`Bypassing prompt with source choice ${sourceChoice}`);
} else {
// ----
// Display prompts
Expand Down

0 comments on commit 6a1aae9

Please sign in to comment.