Skip to content

Commit 6a1aae9

Browse files
[Admin] Update to log source choice passed in (#2064)
1 parent a55e56c commit 6a1aae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-docs/scripts/preprocessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ tryCatch(async () => {
1111

1212
// Bypass the prompt - for use with the GitHub Action.
1313
if (args.length > 0 && args[0] !== null && args[0].trim().length > 0) {
14-
console.log("Bypassing source choice prompt.");
1514
sourceChoice = args[0].trim();
15+
console.log(`Bypassing prompt with source choice ${sourceChoice}`);
1616
} else {
1717
// ----
1818
// Display prompts

0 commit comments

Comments
 (0)