log failed access to import path
This commit is contained in:
parent
924292b523
commit
42c5358940
|
@ -705,7 +705,10 @@ void setImportCompletions(T)(T tokens, ref AutocompleteResponse response,
|
|||
}
|
||||
}
|
||||
}
|
||||
catch(FileException){}
|
||||
catch(FileException)
|
||||
{
|
||||
warning("Cannot access import path: ", importPath);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!found)
|
||||
|
|
Loading…
Reference in New Issue