must catch Exception
This commit is contained in:
parent
02dbec2d07
commit
e0c9630523
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class Action implements Updatable {
|
||||||
reader.close ();
|
reader.close ();
|
||||||
String content = new String (cbuf);
|
String content = new String (cbuf);
|
||||||
update (content);
|
update (content);
|
||||||
} catch (IOException filex) {
|
} catch (Exception filex) {
|
||||||
app.logEvent ("*** Error reading action file "+file+": "+filex);
|
app.logEvent ("*** Error reading action file "+file+": "+filex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue