Skip to content

Commit

Permalink
try fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Nov 28, 2024
1 parent 2800c8f commit 4481101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ ${e.message}
arguments: compileArguments,
logger: logger,
includeParentEnvironment: false,
environment: _filteredEnvironment({'HOME', 'PUB_CACHE'}),
environment: _filteredEnvironment({'HOME', 'PUB_CACHE', 'SYSTEMROOT'}),
);
var success = true;
if (compileResult.exitCode != 0) {
Expand Down

0 comments on commit 4481101

Please sign in to comment.