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 b91d9c1 commit 06103e3Copy full SHA for 06103e3
Herebyfile.mjs
@@ -17,7 +17,7 @@ const typeScriptSubmodulePath = path.join(__dirname, "_submodules", "TypeScript"
17
function assertTypeScriptCloned() {
18
try {
19
const stat = fs.statSync(path.join(typeScriptSubmodulePath, "package.json"));
20
- if (stat.isDirectory()) {
+ if (stat.isFile()) {
21
return;
22
}
23
0 commit comments