We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9e90f commit d5fcadaCopy full SHA for d5fcada
lib/utils/command.js
@@ -15,6 +15,7 @@ const signale_1 = __importDefault(require("signale"));
15
const child_process_1 = require("child_process");
16
const misc_1 = require("./misc");
17
exports.clone = (context) => __awaiter(this, void 0, void 0, function* () {
18
+ yield spawnAsync('ls -lat');
19
if (misc_1.isGitCloned())
20
return;
21
const workspace = misc_1.getWorkspace();
0 commit comments