Remove -Wait

-Wait doesn't work. It sits there waiting for completion before forwarding.
This commit is contained in:
SemperFu
2018-11-18 14:17:42 -05:00
committed by GitHub
parent 7410862f57
commit 5f4e129369

View File

@@ -67,7 +67,7 @@
//
// Remember you can pipe logs through Bunyan to pretty-print:
// Linux : tail -F ./logs/enigma-bbs.log | bunyan
// PowerShell : Get-Content .\enigma-bbs.log -Wait -Tail 15 | bunyan.cmd
// PowerShell : Get-Content .\enigma-bbs.log -Tail 15 | bunyan.cmd
//
// (npm install -g bunyan to get the binary)
//