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 cd9b10d commit a726795Copy full SHA for a726795
1 file changed
packages/cli/src/angular/utils/cli-utils.ts
@@ -3,7 +3,6 @@ import {kebabCaseToCamelCase, kebabCaseToPascalCase} from './string-utils';
3
import * as path from 'path';
4
5
export function getRelativePath(importFilePath: string, targetPath: string): string {
6
- console.log(importFilePath, targetPath);
7
return path.relative(path.dirname(importFilePath), targetPath);
8
}
9
0 commit comments