Fixed NPE
This commit is contained in:
@@ -221,6 +221,9 @@ public class StubRunnerOptions {
|
||||
}
|
||||
|
||||
public String getStubRepositoryRootAsString() {
|
||||
if (this.stubRepositoryRoot == null) {
|
||||
return "";
|
||||
}
|
||||
try {
|
||||
return this.stubRepositoryRoot.getURI().toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user