Fix file output string

This commit is contained in:
Юрий Сорокин 2019-08-02 19:38:14 +03:00
parent 2d6253973d
commit 9fe44e481e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Item
end
def serialize
"#{@full_file_path}:#{@at} #{@type.to_s} #{@name.to_s} is unused"
"#{@file}:#{@at} #{@type.to_s} #{@name.to_s} is unused"
end
def to_xcode
"#{full_file_path}:#{@at}:0: warning: #{@type.to_s} #{@name.to_s} is unused"