Dwi Siswanto 9b51ec7470
init 1
2023-03-08 16:00:33 +07:00

11 lines
283 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const const_1 = require("./const");
try {
const_1.io.which('docker', true);
const_1.core.info('docker command OK!');
}
catch (_a) {
const_1.core.setFailed('ERROR! docker: command not found');
}