From 66c75643d78a4fc50150b03039b48fddc1af3a05 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Tue, 13 Aug 2024 10:43:13 +0000 Subject: [PATCH] chore: update debug logging --- app/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/app.js b/app/app.js index ad86953..7582c50 100644 --- a/app/app.js +++ b/app/app.js @@ -3,6 +3,7 @@ 'use strict' const createDebug = require('debug') +const debug = createDebug('webssh2') const http = require('http') const express = require('express') const socketIo = require('socket.io')