Skip to content

Commit 8420042

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

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
@@ -588,13 +588,6 @@ export class CliUserConfigValidator extends SnippetShellUserConfigValidator {
588588
value !== undefined &&
589589
(typeof value !== 'string' || !path.isAbsolute(value))
590590
) {
591-
// eslint-disable-next-line no-console
592-
console.info(
593-
path.sep,
594-
path.win32 === path,
595-
path.isAbsolute(value as string),
596-
value
597-
);
598591
return `${key} must be a valid absolute path or empty`;
599592
}
600593
return null;

0 commit comments

Comments
 (0)