summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 14:49:58 -0600
committerJeff Carr <[email protected]>2024-11-06 14:49:58 -0600
commit087c10c02104318113d5f5e23c3e477322e60c0f (patch)
treeb6592f8405ad1f21778afd91257773b061a6821a /main.go
parent067b28b7e71af12843d1b1a1968b63a37bc4ad86 (diff)
tell the user there is a sleep delayv0.22.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index bf88c2c..3defd40 100644
--- a/main.go
+++ b/main.go
@@ -297,6 +297,7 @@ func (n *Node) Default() *Node {
log.Log(WARN, "TODO: falling back to STDIN interface")
log.Log(WARN, "### Error ####")
log.Log(WARN, "")
+ log.Log(WARN, "sleep 7 seconds")
log.Sleep(7)
if n, err = n.LoadToolkit("nocui"); err == nil {