Skip to content

Commit

Permalink
fix(serveme.tf): don't throw error when the server is already running (
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored May 5, 2022
1 parent 9950971 commit a9c6266
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export class ServemeTfApiService {
),
map(() => null),
),
{ defaultValue: null },
);
}

Expand Down

0 comments on commit a9c6266

Please sign in to comment.