diff --git a/src/services/remixdClient.ts b/src/services/remixdClient.ts index 458a618ca0..40690784b0 100644 --- a/src/services/remixdClient.ts +++ b/src/services/remixdClient.ts @@ -45,6 +45,7 @@ export default class RemixdClient extends PluginClient { } get (args: SharedFolderArgs, cb: Function) { + console.log('called on server') const path = utils.absolutePath(args.path, this.currentSharedFolder) if (!fs.existsSync(path)) {