Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4db25b20
...
4db25b20fc07a045d33869b9fd8cf4bc48838985
authored
2013-03-07 00:57:00 +0100
by
Julien Muetton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix SKIP color.
1 parent
66031b03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/colorizer.js
modules/colorizer.js
View file @
4db25b2
...
...
@@ -68,7 +68,7 @@ var Colorizer = function Colorizer() {
'INFO_BAR'
:
{
bg
:
'cyan'
,
fg
:
'white'
,
bold
:
true
},
'WARN_BAR'
:
{
bg
:
'yellow'
,
fg
:
'white'
,
bold
:
true
},
'SKIP'
:
{
fg
:
'magenta'
,
bold
:
true
},
'SKIP_BAR'
:
{
bg
:
'magenta'
,
fg
:
'
black
'
,
bold
:
true
}
'SKIP_BAR'
:
{
bg
:
'magenta'
,
fg
:
'
white
'
,
bold
:
true
}
};
/**
...
...
Please
register
or
sign in
to post a comment