From 26344e20830f6d9029844ecae310b9bdecc1f99b Mon Sep 17 00:00:00 2001 From: Samantha Marshall Date: Sat, 11 Mar 2017 14:54:48 -0500 Subject: [PATCH] adding on-screen delay for new message --- src/nimblepkg/publish.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nimblepkg/publish.nim b/src/nimblepkg/publish.nim index a024490..562a388 100644 --- a/src/nimblepkg/publish.nim +++ b/src/nimblepkg/publish.nim @@ -43,6 +43,7 @@ proc requestNewToken(cfg: Config): string = display("Info:", "Writing access token to file:" & token_write_path, priority = HighPriority) writeFile(token_write_path, token) + sleep(3000) return token proc getGithubAuth(cfg: Config): Auth =