Fixed debug logging

This commit is contained in:
Nathan Kunicki 2018-08-01 12:05:30 +01:00
parent 7d7a7377c7
commit 7a9867e42f
3 changed files with 3 additions and 3 deletions

View File

@ -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("lpf2hub"); const debug = Debug("boostmovehub");
/** /**

View File

@ -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("lpf2hub"); const debug = Debug("puphub");
/** /**

View File

@ -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("lpf2hub"); const debug = Debug("pupremote");
/** /**