Skip to content

Commit

Permalink
do not export deps blindly (part 5)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 48daba2ea218703ecd0f60b5b12cc813c8802338
  • Loading branch information
develar authored and seclerp committed Dec 24, 2024
1 parent 5aca5a5 commit b47cba0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ package com.jetbrains.rider.plugins.efcore.cli.execution
import com.intellij.execution.util.ExecUtil
import com.intellij.notification.NotificationGroupManager
import com.intellij.notification.NotificationType
import com.intellij.platform.ide.progress.withBackgroundProgress
import com.intellij.openapi.project.Project
import com.intellij.platform.ide.progress.withBackgroundProgress
import com.intellij.platform.util.progress.indeterminateStep
import com.jetbrains.rider.plugins.efcore.EfCoreUiBundle
import com.jetbrains.rider.plugins.efcore.KnownNotificationGroups
import com.jetbrains.rider.plugins.efcore.features.shared.TryCommandAgainAction
import kotlinx.coroutines.suspendCancellableCoroutine
import java.io.IOException

@Suppress("UnstableApiUsage", "OPT_IN_USAGE")
class SilentCommandExecutor(
internal class SilentCommandExecutor(
intellijProject: Project
) : CliCommandExecutor(intellijProject) {
override suspend fun doExecute(command: CliCommand): CliCommandResult {
Expand Down

0 comments on commit b47cba0

Please sign in to comment.