Skip to content

Commit 604001d

Browse files
authored
Update extensions/ql-vscode/src/remote-queries/run-remote-query.ts
Move comment
1 parent 44145ba commit 604001d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/remote-queries/run-remote-query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@ async function runRemoteQueriesApiRequest(
338338
}
339339
}
340340

341-
// exported for testng only
342341
const eol = os.EOL;
343342
const eol2 = os.EOL + os.EOL;
344343

344+
// exported for testng only
345345
export function parseResponse(owner: string, repo: string, response: QueriesResponse) {
346346
const popupMessage = `Successfully scheduled runs. [Click here to see the progress](https://github.com/${owner}/${repo}/actions/runs/${response.workflow_run_id}).`
347347
+ (response.errors ? `${eol2}Some repositories could not be scheduled. See extension log for details.` : '');

0 commit comments

Comments
 (0)