[test-627] added test cases for os.helpers.ts

This commit is contained in:
silentrald
2024-11-21 00:48:56 +08:00
parent 38ea360ee6
commit cba001dc97
3 changed files with 209 additions and 1 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ export function bsmExec(command: string, options?: BsmExecOptions): Promise<{
if (error) { return reject(error); }
resolve({ stdout, stderr });
});
})
});
}
async function isProcessRunningLinux(name: string): Promise<boolean> {