Better use of debug module
This commit is contained in:
parent
eaea510a35
commit
3f2b16afa0
@ -6,7 +6,7 @@ import { Port } from "./port.js";
|
|||||||
import * as Consts from "./consts";
|
import * as Consts from "./consts";
|
||||||
|
|
||||||
import Debug = require("debug");
|
import Debug = require("debug");
|
||||||
const debug = Debug("lpf2");
|
const debug = Debug("boosthub");
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
2
hub.ts
2
hub.ts
@ -6,7 +6,7 @@ import { Port } from "./port";
|
|||||||
import * as Consts from "./consts";
|
import * as Consts from "./consts";
|
||||||
|
|
||||||
import Debug = require("debug");
|
import Debug = require("debug");
|
||||||
const debug = Debug("lpf2");
|
const debug = Debug("hub");
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -6,7 +6,7 @@ import { Port } from "./port.js";
|
|||||||
import * as Consts from "./consts";
|
import * as Consts from "./consts";
|
||||||
|
|
||||||
import Debug = require("debug");
|
import Debug = require("debug");
|
||||||
const debug = Debug("lpf2");
|
const debug = Debug("wedo2hub");
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user