mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-09-12 01:26:17 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
|
|
require('thenify-all').withCallback(
|
|
require('child_process'),
|
|
exports, [
|
|
'exec',
|
|
'execFile',
|
|
]
|
|
)
|