Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
4774dfef
Commit
4774dfef
authored
2 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Fix missed getOsInfo call
parent
1df5ebcd
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#103244
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
38
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
de.prob.core/src/de/prob/cli/CliStarter.java
+1
-2
1 addition, 2 deletions
de.prob.core/src/de/prob/cli/CliStarter.java
with
1 addition
and
2 deletions
de.prob.core/src/de/prob/cli/CliStarter.java
+
1
−
2
View file @
4774dfef
...
@@ -345,8 +345,7 @@ public final class CliStarter {
...
@@ -345,8 +345,7 @@ public final class CliStarter {
public
void
sendUserInterruptReference
()
{
public
void
sendUserInterruptReference
()
{
if
(
userInterruptReference
!=
null
)
{
if
(
userInterruptReference
!=
null
)
{
try
{
try
{
final
OsSpecificInfo
osInfo
=
getOsInfo
(
Platform
.
getOS
(),
final
OsSpecificInfo
osInfo
=
getOsInfo
(
Platform
.
getOS
());
Platform
.
getOSArch
());
final
String
command
=
getCliPath
()
+
File
.
separator
final
String
command
=
getCliPath
()
+
File
.
separator
+
osInfo
.
subdir
+
File
.
separator
+
osInfo
.
subdir
+
File
.
separator
+
osInfo
.
userInterruptCmd
;
+
osInfo
.
userInterruptCmd
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment