mirror of https://github.com/stelzo/typst.git
comment irrelevant now
This commit is contained in:
parent
476b79ddfc
commit
a87b426e66
|
|
@ -28,7 +28,7 @@ pub fn init(command: &InitCommand) -> StrResult<()> {
|
|||
StrResult::Ok(spec.at(version))
|
||||
})?;
|
||||
|
||||
// Find or download the package. Vendoring does not make sense for initialization, so vendor_dir is not needed.
|
||||
// Find or download the package.
|
||||
let package_path =
|
||||
package_storage.prepare_package(&spec, &mut PrintDownload(&spec))?;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue