Skip to content

Commit

Permalink
Update remixd.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
XxAlex74xX authored and Aniket-Engg committed Jan 10, 2025
1 parent a9523fa commit 9e33d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remixd/src/bin/remixd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down

0 comments on commit 9e33d0a

Please sign in to comment.