mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 12:40:05 +02:00
5 lines
168 B
JavaScript
5 lines
168 B
JavaScript
require('child_process').exec('array-bin', { env: process.env },
|
|
function (err) {
|
|
if (err && err.code) throw new Error('exited badly with code = ' + err.code)
|
|
})
|