From 7f12e911729a55c1df3d34d24e8dea96efb98762 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 16 Dec 2025 15:53:34 +0900 Subject: [PATCH] Fix broken .gitmodules Fix broken .gitmodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 432df93..b7b5060 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "WelsonJS.NET/ChakraCore"] - path = WelsonJS.NET/ChakraCore +[submodule "ChakraCore"] + path = WelsonJS.Augmented/ChakraCore url = https://github.com/chakra-core/ChakraCore