You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which apparently hides the Java splash screen that is set by my native Java launcher. When I use childProcess.spawn myself, the splash screen is shown.
I think there should be a way to customize these options.
The text was updated successfully, but these errors were encountered:
Awesome library, by the way! I discovered it via https://klibs.io/ today after writing my own process handling a couple of weeks ago when I could not find such a library 😅
In
https://github.com/05nelsonm/kmp-process/blob/master/library/process/src/jsMain/kotlin/io/matthewnelson/kmp/process/internal/PlatformBuilder.kt
the process is started with
which apparently hides the Java splash screen that is set by my native Java launcher. When I use childProcess.spawn myself, the splash screen is shown.
I think there should be a way to customize these options.
The text was updated successfully, but these errors were encountered: