mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
parent
210b304130
commit
4ecc743b8c
2 changed files with 5 additions and 10 deletions
|
@ -4,7 +4,7 @@ import { resolve } from 'path'
|
|||
import { bin_name, log } from '..'
|
||||
import { dispatch } from '../utils'
|
||||
|
||||
export const init = async (directory: Command): Promise<void> => {
|
||||
export const init = async (directory: Command | string): Promise<void> => {
|
||||
if (process.platform == 'win32') {
|
||||
// Because Windows cannot handle paths correctly, we're just calling a script as the workaround.
|
||||
log.info(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue