From de540e1926f31d0819d1626554a34b5d90a8d1d6 Mon Sep 17 00:00:00 2001 From: Hazel Date: Wed, 3 Jan 2024 14:43:41 +0000 Subject: [PATCH] build --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index ddf2b3d..6090c7f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -841,7 +841,7 @@ class GitCommandManager { } tryReset() { return __awaiter(this, void 0, void 0, function* () { - const output = yield this.execGit(['reset', '--hard', 'HEAD'], true); + const output = yield this.execGit(['reset', '--hard', '--recurse-submodules', 'HEAD'], true); return output.exitCode === 0; }); }