mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[test-627] added test cases for os.helpers.ts
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user