mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
remove leading slash when saving via http
This commit is contained in:
parent
0bddb7d349
commit
fcb876695d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -421,7 +421,7 @@ export function initElectron(): void {
|
||||
|
||||
function initWebserver(): void {
|
||||
(document as any).saveFile = function (filename: string, code: string): string {
|
||||
filename = removeLeadingSlash(filename);
|
||||
// filename = removeLeadingSlash(filename);
|
||||
console.log(code);
|
||||
code = Buffer.from(code, "base64").toString();
|
||||
console.log(code);
|
||||
|
Loading…
Reference in New Issue
Block a user