You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnyellow(`${warning} Skipping backup because ${reason}.\n`)
39
+
returnchalk.yellow(`${warning} Skipping backup because ${reason}.\n`)
40
40
}
41
41
42
-
exportconstDEPRECATED_GIT_ADD=yellow(
42
+
exportconstDEPRECATED_GIT_ADD=chalk.yellow(
43
43
`${warning} Some of your tasks use \`git add\` command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.
44
44
`
45
45
)
@@ -48,18 +48,20 @@ export const TASK_ERROR = 'Skipped because of errors from tasks.'
48
48
49
49
exportconstSKIPPED_GIT_ERROR='Skipped because of previous git error.'
50
50
51
-
exportconstGIT_ERROR=`\n ${redBright(`${error} lint-staged failed due to a git error.`)}`
51
+
exportconstGIT_ERROR=`\n ${chalk.redBright(`${error} lint-staged failed due to a git error.`)}`
0 commit comments