Skip to content

Commit 46218c4

Browse files
Aditya JoshiAditya Joshi
authored andcommitted
refactored logs and error handling
1 parent 12cad7b commit 46218c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/lambdatest/SmartUIAppSnapshot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void start(Map<String, String> options) throws Exception{
4949
options.put("buildName", this.buildData.getName());
5050
} catch(Exception e) {
5151
log.severe("Couldn't create build: " + e.getMessage());
52-
throw new Exception("Couldn't create build: ", e);
52+
throw new Exception("Couldn't create build: " + e.getMessage());
5353
}
5454
}
5555
public void start() throws Exception{

0 commit comments

Comments
 (0)