Commit 9c9bda23 authored by Devon Carew's avatar Devon Carew

string interpolation

parent ee8f325b
...@@ -295,7 +295,7 @@ Future<int> assemble({ ...@@ -295,7 +295,7 @@ Future<int> assemble({
printTrace('Encoding zip file.'); printTrace('Encoding zip file.');
Uint8List zipBytes = new Uint8List.fromList(new ZipEncoder().encode(archive)); Uint8List zipBytes = new Uint8List.fromList(new ZipEncoder().encode(archive));
ensureDirectoryExists(outputPath); ensureDirectoryExists(outputPath);
printTrace('Creating flx at ${outputPath}.'); printTrace('Creating flx at $outputPath.');
Bundle bundle = new Bundle.fromContent( Bundle bundle = new Bundle.fromContent(
path: outputPath, path: outputPath,
manifest: manifestDescriptor, manifest: manifestDescriptor,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment