Skip to content

Commit bae02ab

Browse files
committed
PowerShellProgramRunner: improve a comment
1 parent e9fd45b commit bae02ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/intellij/plugin/powershell/ide/run/PowerShellProgramRunner.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import kotlinx.coroutines.withContext
1919
import org.jetbrains.concurrency.Promise
2020

2121
/**
22-
* The main purpose of this runner is to call [RunProfileState.execute] or a background thread instead of a foreground
22+
* The main purpose of this runner is to call [RunProfileState.execute] on a background thread instead of a foreground
2323
* one, as our [RunProfileState] implementation requires FS access that's only possible from the background.
2424
*/
2525
class PowerShellProgramRunner : AsyncProgramRunner<RunnerSettings>() {

0 commit comments

Comments
 (0)