Skip to content

Commit 8315ec8

Browse files
committed
Cutom mod output is not displayed in logger
1 parent 32eb176 commit 8315ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/linter-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class FortranLintingProvider {
148148
}
149149
if (modout) {
150150
modout = modFlag + resolveVariables(modout);
151-
this.logger.logInfo(`Linter.moduleOutput`);
151+
this.logger.logInfo(`Linter.moduleOutput: ${modout}`);
152152
}
153153
return modout;
154154
}

0 commit comments

Comments
 (0)