mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-25 16:19:58 +08:00
Fix assert
This commit is contained in:
@ -100,7 +100,7 @@ class LinkResolver {
|
||||
folder = folder.rootFolder;
|
||||
}
|
||||
|
||||
assert(fullPath.length == folder.folderPath.length);
|
||||
assert(fullPath.length != folder.folderPath.length);
|
||||
if (fullPath.length == folder.folderPath.length) {
|
||||
// FIXME: Why is this case occurring?
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user