We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d619c6 commit 727856aCopy full SHA for 727856a
1 file changed
mbf-site/src/DeviceModder.tsx
@@ -25,7 +25,7 @@ interface DeviceModderProps {
25
}
26
27
export async function uninstallBeatSaber(device: Adb) {
28
- await device.subprocess.spawnAndWait(`pm uninstall ${gameId}`);
+ await device.subprocess.noneProtocol.spawnWait(`pm uninstall ${gameId}`);
29
30
31
const isDeveloperUrl: boolean = new URLSearchParams(window.location.search).get("dev") === "true";
0 commit comments