coverity#1326630 DE: Dropped or ignored exception
Change-Id: I495c1b5d9d0e03a92330fe6b9371183471aee7bb
This commit is contained in:
@@ -294,7 +294,7 @@ class ScriptImpl implements XScript {
|
||||
if (editor != null) {
|
||||
editor.indicateErrorLine(lineNum);
|
||||
}
|
||||
} catch (Exception ignore) {
|
||||
} catch (java.net.MalformedURLException ignore) {
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user