We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f20e0f8 + 5e19724 commit ad631a4Copy full SHA for ad631a4
src/ElectronBackend/input/importFromFile.ts
@@ -92,7 +92,7 @@ export async function loadInputAndOutputFromFilePath(
92
parsedInputData = parsingResult.input;
93
parsedOutputData = parsingResult.output;
94
95
- log.info('... Successfully read .opossum file.\n');
+ log.info('... Successfully read .opossum file.');
96
} else {
97
log.info(`Starting to parse input file ${filePath}`);
98
const parsingResult = await parseInputJsonFile(filePath);
0 commit comments