Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
j4qfrost committed Feb 21, 2024
1 parent 71f2f5a commit 532e4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/lib/src/build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class Build {
const String cmd = "dart";

print(File(
'${context.buildDirectoryUri.toFilePath(windows: Platform.isWindows)}/pubspec.lock')
'${context.buildDirectoryUri.toFilePath(windows: Platform.isWindows)}pubspec.lock')
.readAsStringSync());

final res = await Process.run(
Expand Down

0 comments on commit 532e4d1

Please sign in to comment.