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

Commit 5326294

Browse files
authored
Merge pull request #5378 from trufflesuite/davidmurdoch-patch-1
make the `develop:ganache` debug prefix orange
2 parents 500c831 + 39a3472 commit 5326294

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)