Skip to content

fix: wait for the browser to actually exit when stopping it - #84

Merged
nathanfallet merged 3 commits into
mainfrom
fix/wait-for-the-browser-to-actually-exit
Aug 27, 2026
Merged

fix: wait for the browser to actually exit when stopping it#84
nathanfallet merged 3 commits into
mainfrom
fix/wait-for-the-browser-to-actually-exit

style: keep the exit helpers out of Process.kt

c7fbfa2
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Aug 27, 2026 in 5s

4 issues found.

Annotations

Check warning on line 1 in core/src/mingwMain/kotlin/dev/kdriver/core/browser/Process.mingw.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

core/src/mingwMain/kotlin/dev/kdriver/core/browser/Process.mingw.kt#L1

File 'core\src\mingwMain\kotlin\dev\kdriver\core\browser\Process.mingw.kt' with '11' functions detected. Defined threshold inside files is set to '11'. (detekt.TooManyFunctions)

Check warning on line 1 in core/src/jsMain/kotlin/dev/kdriver/core/browser/Process.js.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

core/src/jsMain/kotlin/dev/kdriver/core/browser/Process.js.kt#L1

File 'core\src\jsMain\kotlin\dev\kdriver\core\browser\Process.js.kt' with '11' functions detected. Defined threshold inside files is set to '11'. (detekt.TooManyFunctions)

Check warning on line 1 in core/src/jvmMain/kotlin/dev/kdriver/core/browser/Process.jvm.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

core/src/jvmMain/kotlin/dev/kdriver/core/browser/Process.jvm.kt#L1

File 'core\src\jvmMain\kotlin\dev\kdriver\core\browser\Process.jvm.kt' with '11' functions detected. Defined threshold inside files is set to '11'. (detekt.TooManyFunctions)

Check warning on line 21 in core/src/jsMain/kotlin/dev/kdriver/core/browser/Process.js.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

core/src/jsMain/kotlin/dev/kdriver/core/browser/Process.js.kt#L21

The function killTree is missing documentation. (detekt.UndocumentedPublicFunction)