mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-08-26 17:31:34 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
|
|
|
||
|
|
require('thenify-all').withCallback(
|
||
|
|
require('child_process'),
|
||
|
|
exports, [
|
||
|
|
'exec',
|
||
|
|
'execFile',
|
||
|
|
]
|
||
|
|
)
|