Commit 44855aff authored by ioedeveloper's avatar ioedeveloper

Ignore libs

parent 8b4cc0c3
...@@ -45,6 +45,7 @@ export default class RemixdClient extends PluginClient { ...@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment