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 cb9eaaa commit a29e7f9Copy full SHA for a29e7f9
src/Query/Query.ts
@@ -481,7 +481,7 @@ ${statement.explainStatement(' ')}
481
return;
482
}
483
484
- // Process the included text with placeholder expansion
+ // Process the preset text with placeholder expansion
485
const instructions = splitSourceHonouringLineContinuations(presetValue);
486
for (const instruction of instructions) {
487
const newStatement = new Statement(statement.rawInstruction, statement.anyContinuationLinesRemoved);
0 commit comments