Skip to content

Commit 1fcdf06

Browse files
committed
chore: add diagnostics to patch call
1 parent ecd6214 commit 1fcdf06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build_helpers/bin/build_dart.dart

+2
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ Future<bool> _patchDartSdk() async {
162162
logger.i("Patching the Dart SDK to create libdart");
163163
var result = await Process.run('git', ['apply', '../../dart_sdk.patch'],
164164
runInShell: true);
165+
logger.d("[patch-stdout] ${result.stdout}");
166+
logger.d("[patch-stderr] ${result.stderr}");
165167
logger.d('Patch result is ${result.exitCode}');
166168
return result.exitCode;
167169
});

0 commit comments

Comments
 (0)