Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 39a3472

Browse files
committed
make the develop:ganache debug prefix orange
1 parent 5c7e2f7 commit 39a3472

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/environment/develop.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ const Develop = {
4343
const debugServer = debug("develop:ipc:server");
4444
const debugClient = debug("develop:ipc:client");
4545
const debugRPC = debug("develop:ganache");
46+
// make the `develop:ganache` debug prefix orange
47+
// 215 is Xterm number for "SandyBrown" (#ffaf5f)
48+
debugRPC.color = 215;
4649

4750
options.retry = options.retry || false;
4851
options.log = options.log || false;

0 commit comments

Comments
 (0)