Skip to content

Commit

Permalink
Merge pull request #36 from DJKnaeckebrot/fix-blue-terminal
Browse files Browse the repository at this point in the history
Fixed bug where terminal stays blue
  • Loading branch information
iMidnights authored Jan 17, 2023
2 parents 788d19e + ff62a72 commit 7c9208e
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 7c9208e

Please sign in to comment.