Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Oct 17, 2019
1 parent 469a284 commit 5dcefed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ document.addEventListener("deviceready", async function () {
const copiedAria2ConfFileURL = copiedAria2FileURL.replace(/\/aria2c$/, "/aria2.conf")

// 支持保存配置修改到 aria2.conf 配置文件
const confFileEntry = await getEntry(copiedAria2ConfFileURL)
const confFileEntry = await getEntry("file://" + copiedAria2ConfFileURL)
let conf = ""
const saveLocalConfig = async (options) => {
if (!conf) {
Expand Down

0 comments on commit 5dcefed

Please sign in to comment.