Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OnGres Inc.
pgio
Commits
6d10b9c0
Commit
6d10b9c0
authored
Feb 11, 2019
by
Ahmad Sherif
Browse files
Update Main.java
parent
6f0b5760
Pipeline
#30183
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main/src/main/java/com/ongres/pgio/main/Main.java
View file @
6d10b9c0
...
...
@@ -98,12 +98,8 @@ public class Main {
}
else
{
runCollector
(
config
);
}
}
catch
(
Throwable
t
)
{
}
catch
(
Throwable
t
)
{
System
.
err
.
println
(
t
);
}
catch
(
RuntimeException
ex
)
{
return
onException
(
ex
,
options
.
has
(
"debug"
));
}
catch
(
Exception
ex
)
{
return
onException
(
ex
,
options
.
has
(
"debug"
));
}
return
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment