Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
quidl committed Jun 1, 2024
1 parent 8b4c4b2 commit 6db6808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/katalon-studio.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module.exports = {

ksCommand = `${ksCommand} ${ksArgs}`;
const loggingKsCommand = utils.maskLog(ksCommand);
logger.info(`QQQQQ Execute Katalon Studio: ${loggingKsCommand}`);
logger.info(`Execute Katalon Studio: ${ksExecutable} ${loggingKsCommand}`);
if (logger !== defaultLogger) {
defaultLogger.debug(`Execute Katalon Studio command: ${ksCommand}`);
}
Expand Down

0 comments on commit 6db6808

Please sign in to comment.