fix: wait for the browser to actually exit when stopping it - #84
4 issues found.
Annotations
Check warning on line 1 in core/src/mingwMain/kotlin/dev/kdriver/core/browser/Process.mingw.kt
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
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
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
codefactor-io / CodeFactor
core/src/jsMain/kotlin/dev/kdriver/core/browser/Process.js.kt#L21
The function killTree is missing documentation. (detekt.UndocumentedPublicFunction)