chore: update debug logging
This commit is contained in:
parent
617ce151c0
commit
66c75643d7
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue