1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 20:30:04 +02:00
Files
minifyfromhtml/node_modules/npm/test/packages/npm-test-array-bin/test.js
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)
})