Skip to content

Commit

Permalink
fix: clearing console before asking translation engines
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomar-pena committed Jun 21, 2024
1 parent cb7ec88 commit 4408852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/generateConfigController.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { supportedLanguagesCodes } from "../utils/supportedLanguagesUtils.js";
const _promptTranslationEngines = () => {
const translationEnginesToUse = [];

console.clear();
console.log(
"Will ask you for the translation engines you want to use. You will be able to change them later in the configuration file.",
);
Expand Down

0 comments on commit 4408852

Please sign in to comment.