Skip to content

Commit 8627f8c

Browse files
committed
Change the module name used by debug
faucet:server -> www
1 parent c36f061 commit 8627f8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/www.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
import * as program from "commander";
66
import * as debugModule from "debug";
7-
import { createApp } from "../src/app";
8-
const debug = debugModule("faucet:server");
97
import * as http from "http";
8+
import { createApp } from "../src/app";
9+
10+
const debug = debugModule("www");
1011

1112
program.option("--port <port>", "port number", "7007").parse(process.argv);
1213

0 commit comments

Comments
 (0)