add boilerplate for mounts and fixtures
This commit is contained in:
parent
0ea163dfb7
commit
0a90b6b77a
15 changed files with 158 additions and 17 deletions
|
@ -23,6 +23,10 @@ class ServerInterface {
|
|||
`${pad(('' + d.getUTCMilliseconds()).slice(0, 2), 2, true)}> `;
|
||||
console.log(timestamp.gray, msg);
|
||||
}
|
||||
|
||||
debug(msg) {
|
||||
this.log(msg.cyan);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = ServerInterface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue