UNPKG

sda

Version:

Software development assistant

14 lines 646 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const Log_1 = __importDefault(require("../Log")); const attachEnvironmentAfterExecute_1 = __importDefault(require("./attachEnvironmentAfterExecute")); function attachEnvironment(ec) { Log_1.default.verbose('Attach folder to a template'); Log_1.default.verbose(''); attachEnvironmentAfterExecute_1.default(ec, () => { }); } exports.default = attachEnvironment; //# sourceMappingURL=attachEnvironment.js.map