sleep call on finding note
This commit is contained in:
@@ -367,3 +367,7 @@ FodyWeavers.xsd
|
|||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
.claude/worktrees/
|
.claude/worktrees/
|
||||||
|
|
||||||
|
/URLNotesGrabberCORE/TL.db
|
||||||
|
/URLNotesGrabberCORE/tl.db-shm
|
||||||
|
/URLNotesGrabberCORE/tl.db-wal
|
||||||
|
/U/jim/documents/web copies/blogs
|
||||||
|
|||||||
@@ -526,7 +526,7 @@ namespace URLNotesGrabberCORE
|
|||||||
Console.ForegroundColor = ConsoleColor.Green;
|
Console.ForegroundColor = ConsoleColor.Green;
|
||||||
Console.WriteLine("{2}\t{0}\t{1}", UnixTimeStampToDateTime(timestamp), noteBlogName, type);
|
Console.WriteLine("{2}\t{0}\t{1}", UnixTimeStampToDateTime(timestamp), noteBlogName, type);
|
||||||
Console.ForegroundColor = previousColor;
|
Console.ForegroundColor = previousColor;
|
||||||
//Thread.Sleep(1000); // Brief pause to make new notes more noticeable in the console output
|
Thread.Sleep(1000); // Brief pause to make new notes more noticeable in the console output
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user