Fix interactive exit return value
This commit is contained in:
parent
1794d4ed8a
commit
f00f82d0b8
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ namespace cs_mic_cli.Functions
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return FunctionValue.NONE;
|
return FunctionValue.ZERO;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -39,7 +39,7 @@ namespace cs_mic_cli.Functions
|
||||||
{
|
{
|
||||||
this.exitRequestedState.Requested = true;
|
this.exitRequestedState.Requested = true;
|
||||||
|
|
||||||
return FunctionValue.NONE;
|
return FunctionValue.ZERO;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue