Fix path issue
This commit is contained in:
parent
09ca0a8aca
commit
74f6aaa97c
@ -64,7 +64,7 @@ func _printable_name(dep:Dependency -> Text):
|
||||
when dep is Module(module):
|
||||
return "$(\x1b)[34;1m$module$(\x1b)[m"
|
||||
is File(f):
|
||||
f = f:relative()
|
||||
f = f:relative_to((.))
|
||||
if f:exists():
|
||||
return Text(f)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user