Skip to content
Snippets Groups Projects
Commit dd7b830b authored by Sebastian Stock's avatar Sebastian Stock
Browse files

changed file handling to use File and fixed output location

parent d37b77e5
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ class BDocumentService(private val server: ServerInterface,
issueTracker[file.absolutePath] = filesWithProblems.toSet()
}catch (e : CouldNotFindProBHomeException){
communicator.sendDebugMessage(e.localizedMessage, MessageType.Info)
communicator.showMessage(e.localizedMessage, MessageType.Error)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment