mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed misdetected file paths
This commit is contained in:
parent
cea4b6cdd8
commit
4d29ecfd31
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ namespace IDE.ui
|
|||
|
||||
if ((errLine != -1) && (errLineChar != -1) && (filePath != null))
|
||||
{
|
||||
if ((!filePath.Contains('\\')) && (!filePath.Contains('/')) && (!filePath.Contains('.')))
|
||||
return false;
|
||||
IDEApp.sApp.CheckProjectRelativePath(filePath);
|
||||
|
||||
IDEUtils.FixFilePath(filePath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue