We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Copying
Generating
./v doc -m -f html vlib/
1 parent 2a9d1b2 commit d169610Copy full SHA for d169610
cmd/tools/vdoc/html.v
@@ -117,7 +117,7 @@ fn (vd &VDoc) get_resource(name string, out Output) string {
117
} else {
118
output_path := os.join_path(out.path, name)
119
if !os.exists(output_path) {
120
- println('Generating ${res.len:8} bytes of static resources in `${output_path}` ...')
+ println('Copying ${res.len:8} bytes from `${path}` to `${output_path}` ...')
121
os.write_file(output_path, res) or { panic(err) }
122
}
123
return name
0 commit comments