More useful to have human-readable output for now

This commit is contained in:
Tony Garnock-Jones 2018-11-27 10:50:05 +00:00
parent 201ab84d03
commit c316c0646c
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function bootModule(mod) {
} else {
process.on('SIGQUIT', () => {
console.log('---------------------------------------------------------------------------');
console.log(g._dotGraph());
console.log(g._debugString());
});
g.start();
}