Skip to content

Commit 9e33d0a

Browse files
reject-iAniket-Engg
authored andcommitted
Update remixd.ts
1 parent a9523fa commit 9e33d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remixd/src/bin/remixd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function errorHandler (error: any, service: string) {
9595
console.log('\x1b[33m%s\x1b[0m', '[WARN] You may now only use IDE at ' + options.remixIde + ' to connect to that instance')
9696
}
9797

98-
if (!options.sharedFolder) options.sharedFolder = process.cwd() // if no specified, use the current folder
98+
if (!options.sharedFolder) options.sharedFolder = process.cwd() // if not specified, use the current folder
9999

100100
if (options.sharedFolder && existsSync(absolutePath('./', options.sharedFolder))) {
101101
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.')

0 commit comments

Comments
 (0)