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

5 lines
181 B
JavaScript

require('child_process').exec('dir-bin', { stdio: 'pipe',
env: process.env }, function (err) {
if (err && err.code) throw new Error('exited badly with code = ' + err.code)
})