1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-05 04:50:12 +02:00
Files
2022-08-20 18:51:33 +02:00

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)
})