diff --git a/libs/remixd/src/bin/remixd.ts b/libs/remixd/src/bin/remixd.ts index c6e9743734a..68bfdb2c0c8 100644 --- a/libs/remixd/src/bin/remixd.ts +++ b/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.')