mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-12-01 00:07:16 +01:00
added search by event id, along with search by word
This commit is contained in:
@@ -541,7 +541,7 @@ Set<Event> readEventsFromFile(String filename) {
|
||||
events.add(e);
|
||||
}
|
||||
} on Exception catch(e) {
|
||||
print("cannot open file $gEventsFilename");
|
||||
//print("cannot open file $gEventsFilename");
|
||||
if( gDebug > 0) print("Could not open file. error = $e");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user