@ -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.' )