mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
chore: Update package.json description for clarity
This commit is contained in:
parent
1f72a1630d
commit
7cfe4aa88d
15 changed files with 184 additions and 136 deletions
|
@ -114,5 +114,7 @@ function cleanInput(toBeCleaned: string): string {
|
|||
|
||||
export function commandExistsSync(commandName: string): boolean {
|
||||
const cleanedCommandName = cleanInput(commandName)
|
||||
return onWindows ? commandExistsWindowsSync(commandName, cleanedCommandName) : commandExistsUnixSync(commandName, cleanedCommandName);
|
||||
return onWindows
|
||||
? commandExistsWindowsSync(commandName, cleanedCommandName)
|
||||
: commandExistsUnixSync(commandName, cleanedCommandName)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue