mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 21:23:54 +01:00
Fix type in delete function
This commit is contained in:
parent
861fcf70c4
commit
935f4718e0
@ -74,7 +74,7 @@ async function initialize(win) {
|
|||||||
|
|
||||||
// Delete files
|
// Delete files
|
||||||
case "DELETE":
|
case "DELETE":
|
||||||
result = await window.webContents.executeJavaScript(`document.deleteFiles("${data.filename}")`);
|
result = await window.webContents.executeJavaScript(`document.deleteFile("${data.filename}")`);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user