Skip to content

Commit

Permalink
chore: url change to pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Jan 25, 2024
1 parent 8df9781 commit 98b828f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/engines/binary.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ class BinaryEngine extends Engine {
final process = await Process.start(
path.join(
'.',
path.relative(_executable.path, from: path.dirname(_executable.path)),
path.relative(_executable.path, from: path.current),
),
arguments,
workingDirectory: path.dirname(_executable.path),
workingDirectory: path.current,
includeParentEnvironment: true,
environment: {
'RUST_BACKTRACE': '1',
Expand Down

1 comment on commit 98b828f

@vercel
Copy link

@vercel vercel bot commented on 98b828f Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.