Skip to content

Commit

Permalink
Possible fix, update process start function
Browse files Browse the repository at this point in the history
  • Loading branch information
K3vinb5 committed Jan 26, 2025
1 parent 468ea72 commit 00c11a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/processes/process_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ProcessManager {

try {
_process = await Process.start(
'java', ['-jar', _jarPath!, supportDirectoryPath.path],
'java', ['-jar', _jarPath!],
mode: ProcessStartMode.normal);

_process?.stdout.transform(utf8.decoder).listen((data) {
Expand Down

0 comments on commit 00c11a5

Please sign in to comment.