mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-10 05:13:38 +00:00
freebsd fix
This commit is contained in:
@@ -325,7 +325,7 @@ function lin_xclip_copy(txt)
|
||||
ch.stderr.on('data', function (c) { console.log(c.toString()); });
|
||||
if (process.platform == 'freebsd')
|
||||
{
|
||||
ch.stdin.write('ps -axo pid -o cmd ')
|
||||
ch.stdin.write('ps -axo pid -o command ')
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user