Skip to content

Commit d5fcada

Browse files
test
1 parent aa9e90f commit d5fcada

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils/command.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const signale_1 = __importDefault(require("signale"));
1515
const child_process_1 = require("child_process");
1616
const misc_1 = require("./misc");
1717
exports.clone = (context) => __awaiter(this, void 0, void 0, function* () {
18+
yield spawnAsync('ls -lat');
1819
if (misc_1.isGitCloned())
1920
return;
2021
const workspace = misc_1.getWorkspace();

0 commit comments

Comments
 (0)