Skip to content

Commit

Permalink
Fixed bug where terminal stays blue
Browse files Browse the repository at this point in the history
  • Loading branch information
DJKnaeckebrot committed Jan 17, 2023
1 parent 5bc3ab0 commit ff62a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/updater/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const consolePrefix = `\x1b[34m[\x1b[33mdbd-soft-ui\x1b[34m]\x1b[36m `
const colors = require('colors')

async function update() {
console.log(`${consolePrefix}Checking \x1b[31mlive copy \x1b[36mfor updates..`);
console.log(`${consolePrefix}Checking \x1b[31mlive copy \x1b[36mfor updates..\x1b[0m`);

let failed3 = 0
let failed4 = 0
Expand Down

0 comments on commit ff62a72

Please sign in to comment.