Skip to content

Commit e7859a9

Browse files
committed
Revert "wip: check what path sep is when using windows runner"
This reverts commit 85453b9.
1 parent fba07f8 commit e7859a9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/types/src/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -586,13 +586,6 @@ export class CliUserConfigValidator extends SnippetShellUserConfigValidator {
586586
value !== undefined &&
587587
(typeof value !== 'string' || !path.isAbsolute(value))
588588
) {
589-
// eslint-disable-next-line no-console
590-
console.info(
591-
path.sep,
592-
path.win32 === path,
593-
path.isAbsolute(value as string),
594-
value
595-
);
596589
return `${key} must be a valid absolute path or empty`;
597590
}
598591
return null;

0 commit comments

Comments
 (0)