删除调试代码

This commit is contained in:
fofolee 2025-01-27 00:58:38 +08:00
parent f35582b09f
commit 4461619a39

View File

@ -22,7 +22,7 @@ import { browserCommands } from "./browserCommands";
const platformCommands = {
win32: [windowsCommands],
darwin: [macosCommands, windowsCommands],
darwin: [macosCommands],
linux: [],
};