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