mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +00:00
freebsd fix
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -325,7 +325,7 @@ function lin_xclip_copy(txt)
|
|||||||
ch.stderr.on('data', function (c) { console.log(c.toString()); });
|
ch.stderr.on('data', function (c) { console.log(c.toString()); });
|
||||||
if (process.platform == 'freebsd')
|
if (process.platform == 'freebsd')
|
||||||
{
|
{
|
||||||
ch.stdin.write('ps -axo pid -o cmd ')
|
ch.stdin.write('ps -axo pid -o command ')
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user