We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55e56c commit 6a1aae9Copy full SHA for 6a1aae9
generate-docs/scripts/preprocessor.ts
@@ -11,8 +11,8 @@ tryCatch(async () => {
11
12
// Bypass the prompt - for use with the GitHub Action.
13
if (args.length > 0 && args[0] !== null && args[0].trim().length > 0) {
14
- console.log("Bypassing source choice prompt.");
15
sourceChoice = args[0].trim();
+ console.log(`Bypassing prompt with source choice ${sourceChoice}`);
16
} else {
17
// ----
18
// Display prompts
0 commit comments