Skip to content

Commit 3b160c5

Browse files
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Anthony Leonardo Gracio <[email protected]>
1 parent 464792d commit 3b160c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: integration/vscode/ada/src/taskProviders.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ export class SimpleTaskProvider implements vscode.TaskProvider {
541541
*/
542542
(reason) => {
543543
logger.error(
544-
'Error while querying for the GNATtest test driver project\n' + reason,
544+
'Error while querying for the GNATtest test driver project:\n' + reason,
545545
);
546546
return undefined;
547547
},

0 commit comments

Comments
 (0)