Skip to content

Commit

Permalink
Fix command run target processing
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
  • Loading branch information
avpinchuk committed Sep 29, 2023
1 parent 472bfac commit cdf4fe4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -379,7 +379,7 @@ public boolean isInstance() {
*/
@Override
public boolean isDas() {
return serverType == RuntimeType.DAS;
return serverType == RuntimeType.DAS || isEmbedded();
}

public boolean isDebug() {
Expand Down

0 comments on commit cdf4fe4

Please sign in to comment.