We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3b13b commit 92ec29bCopy full SHA for 92ec29b
.github/workflows/main.yml
@@ -7,7 +7,7 @@ on:
7
branches: [ master ]
8
9
jobs:
10
- fold:
+ main:
11
runs-on: ubuntu-latest
12
13
steps:
src/utils.ts
@@ -32,6 +32,6 @@ enum BackgroundColor {
32
}
33
34
export function logInfo(message: string): void {
35
- const textFormat = `${TextEffect.Blink}${ForegroundColor.Cyan}${BackgroundColor.White}`;
+ const textFormat = `${TextEffect.Underscore}${ForegroundColor.Cyan}${BackgroundColor.Black}`;
36
console.log(`${textFormat}${message}${ColorReset}`);
37
0 commit comments