fixed typo
This commit is contained in:
parent
346c8e0784
commit
b2ad83ba61
@ -12,7 +12,7 @@ var sections = [
|
|||||||
var types = [
|
var types = [
|
||||||
'CON',
|
'CON',
|
||||||
'CHR',
|
'CHR',
|
||||||
'UDP',
|
'UPD',
|
||||||
'BLK',
|
'BLK',
|
||||||
'TXS',
|
'TXS',
|
||||||
'STA',
|
'STA',
|
||||||
@ -23,7 +23,7 @@ var types = [
|
|||||||
var typeColors = {
|
var typeColors = {
|
||||||
'CON': chalk.reset.bold.yellow,
|
'CON': chalk.reset.bold.yellow,
|
||||||
'CHR': chalk.reset.bold.red,
|
'CHR': chalk.reset.bold.red,
|
||||||
'UDP': chalk.reset.bold.green,
|
'UPD': chalk.reset.bold.green,
|
||||||
'BLK': chalk.reset.bold.blue,
|
'BLK': chalk.reset.bold.blue,
|
||||||
'TXS': chalk.reset.bold.cyan,
|
'TXS': chalk.reset.bold.cyan,
|
||||||
'STA': chalk.reset.bold.red,
|
'STA': chalk.reset.bold.red,
|
||||||
|
Loading…
Reference in New Issue
Block a user