Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit fe1d6e6

Browse files
committed
fix(config): Reset colour after version check message
1 parent c1f5bb3 commit fe1d6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ setImmediate(async () => {
3535
const update = await versionCheck(versionCheckConfig);
3636
if (update) {
3737
console.log(
38-
`^3Your version of oxmysql is outdated (v${versionCheckConfig.currentVersion})! Please update to the latest version (${update.name}) here: \nhttps://github.com/overextended/oxmysql/releases/latest`
38+
`^3Your version of oxmysql is outdated (v${versionCheckConfig.currentVersion})! Please update to the latest version (${update.name}) here: \nhttps://github.com/overextended/oxmysql/releases/latest^0`
3939
);
4040
}
4141
} catch (e) {

0 commit comments

Comments
 (0)