fix: broken link formatting in the docs (#8407) #1
Annotations
8 warnings
test-linux (ArtifactPublisherTest,BuildTest,ExtraBuildTest,RepoSlugTest,binDownloadTest,configura...
Unable to locate the commit sha: 7d606aff59c964dc0af93c0f235abb0f3e258dea
|
test-linux (ArtifactPublisherTest,BuildTest,ExtraBuildTest,RepoSlugTest,binDownloadTest,configura...
Previous commit 7d606aff59c964dc0af93c0f235abb0f3e258dea is not valid. Using parent commit.
|
|
test-linux (ArtifactPublisherTest,BuildTest,ExtraBuildTest,RepoSlugTest,binDownloadTest,configura...:
packages/electron-updater/src/BaseUpdater.ts#L59
Replace `·downloadedUpdateHelper·&&·downloadedUpdateHelper.file·⏎······?·(process.platform·===·'linux'·⏎········?·downloadedUpdateHelper.file.replace(/·/g,·'\\·')·⏎········:·downloadedUpdateHelper.file)·⏎······:·null;` with `⏎······downloadedUpdateHelper·&&·downloadedUpdateHelper.file·?·(process.platform·===·"linux"·?·downloadedUpdateHelper.file.replace(/·/g,·"\\·")·:·downloadedUpdateHelper.file)·:·null`
|
test-linux (snapTest,debTest,fpmTest,protonTest)
Unable to locate the commit sha: 7d606aff59c964dc0af93c0f235abb0f3e258dea
|
test-linux (snapTest,debTest,fpmTest,protonTest)
Previous commit 7d606aff59c964dc0af93c0f235abb0f3e258dea is not valid. Using parent commit.
|
|
test-linux (snapTest,debTest,fpmTest,protonTest):
packages/electron-updater/src/BaseUpdater.ts#L59
Replace `·downloadedUpdateHelper·&&·downloadedUpdateHelper.file·⏎······?·(process.platform·===·'linux'·⏎········?·downloadedUpdateHelper.file.replace(/·/g,·'\\·')·⏎········:·downloadedUpdateHelper.file)·⏎······:·null;` with `⏎······downloadedUpdateHelper·&&·downloadedUpdateHelper.file·?·(process.platform·===·"linux"·?·downloadedUpdateHelper.file.replace(/·/g,·"\\·")·:·downloadedUpdateHelper.file)·:·null`
|