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.
1 parent a5a910e commit 77ff5f4Copy full SHA for 77ff5f4
arduino/resources/index.go
@@ -68,12 +68,12 @@ func (res *IndexResource) Download(destDir *paths.Path, downloadCB rpc.DownloadP
68
signatureFileName := indexFileName + ".sig"
69
signaturePath = destDir.Join(signatureFileName)
70
71
- // .tar archive may contain both index and signature
+ // .tar.bz2 archive may contain both index and signature
72
73
// Extract archive in a tmp/archive subdirectory
74
f, err := tmpIndexPath.Open()
75
if err != nil {
76
- return &arduino.PermissionDeniedError{Message: tr("Error extracting %s", tmpIndexPath), Cause: err}
+ return &arduino.PermissionDeniedError{Message: tr("Error opening %s", tmpIndexPath), Cause: err}
77
}
78
defer f.Close()
79
tmpArchivePath := tmp.Join("archive")
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments