Better use of debug module

This commit is contained in:
Nathan Kunicki 2018-06-20 14:34:35 +01:00
parent eaea510a35
commit 3f2b16afa0
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import { Port } from "./port.js";
import * as Consts from "./consts";
import Debug = require("debug");
const debug = Debug("lpf2");
const debug = Debug("boosthub");
/**

2
hub.ts
View File

@ -6,7 +6,7 @@ import { Port } from "./port";
import * as Consts from "./consts";
import Debug = require("debug");
const debug = Debug("lpf2");
const debug = Debug("hub");
/**

View File

@ -6,7 +6,7 @@ import { Port } from "./port.js";
import * as Consts from "./consts";
import Debug = require("debug");
const debug = Debug("lpf2");
const debug = Debug("wedo2hub");
/**