Fix linter post merge (#12430)
This commit is contained in:
@ -70,6 +70,7 @@ export class AddPackagesCommand extends CommandRunner {
|
|||||||
|
|
||||||
private getAbsoluteFilePath(path: string) {
|
private getAbsoluteFilePath(path: string) {
|
||||||
const rootPath = process.cwd();
|
const rootPath = process.cwd();
|
||||||
|
|
||||||
return resolve(rootPath, path);
|
return resolve(rootPath, path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user