Skip to content

Commit

Permalink
remove commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign authored Jul 3, 2024
1 parent 010d417 commit ecfc3d1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/cache/src/cli/cliEntrypoint.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import os from 'node:os'
import path from 'node:path'
import chalk from 'chalk'
import { Command } from 'commander'
Expand Down Expand Up @@ -50,18 +49,6 @@ export const cliEntrypoint = async () => {
console.log({ cacheDir: walletSetupDir, ...flags, headless: Boolean(process.env.HEADLESS) ?? false }, '\n')
}

// if (os.platform() === 'win32') {
// console.log(
// [
// chalk.redBright('🚨 Sorry, Windows is currently not supported. Please use WSL instead! 🚨'),
// chalk.gray(
// 'If you want to give it a crack over a hot cup of coffee and add Windows support yourself, please get in touch with the team on Discord so we can offer some guidance! 😇'
// )
// ].join('\n')
// )
// process.exit(1)
// }

const compiledWalletSetupDirPath = await compileWalletSetupFunctions(walletSetupDir, flags.debug)

// TODO: We should be using `prepareExtension` function from the wallet itself!
Expand Down

0 comments on commit ecfc3d1

Please sign in to comment.