fix(core): setting up .nx inside gradle shouldn't throw (#21957)
This commit is contained in:
parent
dee40997da
commit
c754facb0e
@ -49,7 +49,7 @@ export async function initHandler(options: InitArgs): Promise<void> {
|
|||||||
}
|
}
|
||||||
generateDotNxSetup(version);
|
generateDotNxSetup(version);
|
||||||
// invokes the wrapper, thus invoking the initial installation process
|
// invokes the wrapper, thus invoking the initial installation process
|
||||||
runNxSync('');
|
runNxSync('--version', { stdio: 'ignore' });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user