log failed access to import path

This commit is contained in:
Basile Burg 2017-06-11 23:24:38 +02:00 committed by Petar Kirov
parent 924292b523
commit 42c5358940
1 changed files with 4 additions and 1 deletions

View File

@ -705,7 +705,10 @@ void setImportCompletions(T)(T tokens, ref AutocompleteResponse response,
}
}
}
catch(FileException){}
catch(FileException)
{
warning("Cannot access import path: ", importPath);
}
}
}
if (!found)