mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-27 06:04:37 +08:00
Add missing await
This commit is contained in:
@ -39,7 +39,7 @@ Booga Wooga
|
||||
""";
|
||||
|
||||
var notePath = p.join(tempDir.path, "note.md");
|
||||
File(notePath).writeAsString(content);
|
||||
await File(notePath).writeAsString(content);
|
||||
|
||||
var parentFolder = NotesFolderFS(null, tempDir.path, Settings(''));
|
||||
var note = Note(parentFolder, notePath);
|
||||
|
Reference in New Issue
Block a user