author | wenzelm |
Tue, 05 Aug 2025 22:22:11 +0200 | |
changeset 82950 | a4e457dc735e |
parent 82949 | 728762181377 |
child 82951 | c5b07e7ab7f3 |
--- a/src/Pure/Build/build.scala Tue Aug 05 21:25:52 2025 +0200 +++ b/src/Pure/Build/build.scala Tue Aug 05 22:22:11 2025 +0200 @@ -737,7 +737,7 @@ val chunk = Symbol.Text_Chunk(text) val content = Some((file.digest, chunk)) - Command.Blob(command_offset, Document.Node.Name(name), Path.explode(name), content) -> + Command.Blob(command_offset, Document.Node.Name(name), Path.explode(name0), content) -> Document.Blobs.Item(bytes, text, chunk, command_offset = command_offset) }