Dwi Siswanto a8d8f573cf
chore: rm prefixed error msg
Signed-off-by: Dwi Siswanto <me@dw1.io>
2024-03-22 00:25:26 +07:00

11 lines
276 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('docker: command not found');
}