Skip to content

Commit 21de9c9

Browse files
format
1 parent 2741d1d commit 21de9c9

2 files changed

Lines changed: 17 additions & 49 deletions

File tree

package-lock.json

Lines changed: 16 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/run.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -507,13 +507,6 @@ async function run(
507507
});
508508
}
509509

510-
function removePrefix(str, prefix) {
511-
if (str.startsWith(prefix)) {
512-
return str.slice(prefix.length);
513-
}
514-
return str;
515-
}
516-
517510
function makeUriAbsoluteIfNeeded(uri) {
518511
const termuxRootEncoded =
519512
"content://com.termux.documents/tree/%2Fdata%2Fdata%2Fcom.termux%2Ffiles%2Fhome";
@@ -714,4 +707,4 @@ async function run(
714707
}
715708
}
716709

717-
export default run;
710+
export default run;

0 commit comments

Comments
 (0)