File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/fiori-mcp-server/test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ export function npmInstall(projectPath: string): void {
4242 * Recursively removes a directory and its contents with configurable options.
4343 *
4444 * @param {string } dirPath - The absolute path to the directory to remove
45- * @param {Object } [options={} ] - Configuration options for the removal operation
46- * @param {boolean } [options.skipNodeModules=true ] - If true, skips removal of node_modules directories
47- * @param {boolean } [options.preserveRoot=true ] - If true, removes only the contents of the root directory but preserves the directory itself
45+ * @param {Object } [options] - Configuration options for the removal operation
46+ * @param {boolean } [options.skipNodeModules] - If true, skips removal of node_modules directories
47+ * @param {boolean } [options.preserveRoot] - If true, removes only the contents of the root directory but preserves the directory itself
4848 * @throws {Error } Throws an error if the removal operation fails
4949 * @returns {void }
5050 */
You can’t perform that action at this time.
0 commit comments