Skip to content

Commit

Permalink
enh: logs to show lfortran commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavchiku committed Dec 20, 2024
1 parent bfe5cdd commit f64701e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/src/lfortran-accessors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ export class LFortranCLIAccessor implements LFortranAccessor {
lfortranPath);
this.logger.error(LFortranCLIAccessor.LOG_CONTEXT, err);
}
// executable-command
this.logger.info(
LFortranCLIAccessor.LOG_CONTEXT,
"Running lfortran with the following parameters: %s",
lfortranPath + " " + params.join(" ")
)

params = params.concat([this.tmpFile.name]);

Expand Down

0 comments on commit f64701e

Please sign in to comment.