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