Ignore libs

pull/454/head
ioedeveloper 5 years ago
parent 8b4cc0c327
commit 44855affff
  1. 1
      src/services/remixdClient.ts

@ -45,6 +45,7 @@ export default class RemixdClient extends PluginClient {
} }
get (args: SharedFolderArgs, cb: Function) { get (args: SharedFolderArgs, cb: Function) {
console.log('called on server')
const path = utils.absolutePath(args.path, this.currentSharedFolder) const path = utils.absolutePath(args.path, this.currentSharedFolder)
if (!fs.existsSync(path)) { if (!fs.existsSync(path)) {

Loading…
Cancel
Save