update: remove unused comment and rename config to tableConfig

This commit is contained in:
Jonathan Barrow
2024-01-30 12:51:11 -05:00
parent a3216b905b
commit b3a865443c

View File

@@ -57,8 +57,7 @@ const server = createServer({
});
server.on('listening', () => {
const config = {
//singleLine: true,
const tableConfig = {
border: {
topBody: '─',
topJoin: '┬',
@@ -105,7 +104,7 @@ server.on('listening', () => {
}
console.log(colors.green('SSSL-DNS listening on the following addresses'));
console.log(table(tableData, config));
console.log(table(tableData, tableConfig));
});
server.listen({