Update remixd.ts

pull/5622/head
XxAlex74xX 4 weeks ago committed by Aniket
parent a9523fa49e
commit 9e33d0a616
  1. 2
      libs/remixd/src/bin/remixd.ts

@ -95,7 +95,7 @@ function errorHandler (error: any, service: string) {
console.log('\x1b[33m%s\x1b[0m', '[WARN] You may now only use IDE at ' + options.remixIde + ' to connect to that instance')
}
if (!options.sharedFolder) options.sharedFolder = process.cwd() // if no specified, use the current folder
if (!options.sharedFolder) options.sharedFolder = process.cwd() // if not specified, use the current folder
if (options.sharedFolder && existsSync(absolutePath('./', options.sharedFolder))) {
console.log('\x1b[33m%s\x1b[0m', '[WARN] Any application that runs on your computer can potentially read from and write to all files in the directory.')

Loading…
Cancel
Save