Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Whirlpool
whirlpool-gui
Commits
2ce75c7d
Commit
2ce75c7d
authored
Dec 04, 2020
by
zeroleak
Browse files
cleanup
parent
ef696ec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/mainProcess/cliLocal.js
app/mainProcess/cliLocal.js
+1
-1
No files found.
app/mainProcess/cliLocal.js
View file @
2ce75c7d
...
...
@@ -165,7 +165,7 @@ export class CliLocal {
const
javaInstalled
=
await
this
.
isJavaInstalled
()
if
(
!
javaInstalled
)
{
this
.
state
.
valid
=
false
this
.
state
.
error
=
'
Please install JAVA 8+ (OpenJDK recommended)
'
this
.
state
.
error
=
'
Please install JAVA 8+
required for standalone GUI
(OpenJDK recommended)
'
this
.
updateState
(
CLILOCAL_STATUS
.
ERROR
)
await
this
.
stop
(
gotMutex
)
return
...
...
Write
Preview
Markdown
is supported
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