mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-16 08:04:18 +08:00
修复导入bug
This commit is contained in:
@@ -35,6 +35,10 @@ message = msg => {
|
||||
keyTap = utools.simulateKeyboardTap
|
||||
|
||||
sleep = ms => new Promise((r, j) => setTimeout(r, ms))
|
||||
|
||||
readFile = fs.readFileSync
|
||||
|
||||
writeFile = fs.writeFileSync
|
||||
// ------------------------
|
||||
|
||||
isWin = os.platform() == 'win32' ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user