Skip to content

Commit

Permalink
Merge pull request #1891 from benedikt-richter/Fix_logging
Browse files Browse the repository at this point in the history
Fix logging
  • Loading branch information
leslielazzarino authored Aug 23, 2023
2 parents f20e0f8 + 5e19724 commit ad631a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ElectronBackend/input/importFromFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function loadInputAndOutputFromFilePath(
parsedInputData = parsingResult.input;
parsedOutputData = parsingResult.output;

log.info('... Successfully read .opossum file.\n');
log.info('... Successfully read .opossum file.');
} else {
log.info(`Starting to parse input file ${filePath}`);
const parsingResult = await parseInputJsonFile(filePath);
Expand Down

0 comments on commit ad631a4

Please sign in to comment.