pull/3285/head
filip mertens 2 years ago
parent 3711d568e0
commit 3c13087cb3
  1. 2
      libs/remixd/src/services/foundryClient.ts

@ -15,7 +15,7 @@ export class FoundryClient extends PluginClient {
buildPath: string
cachePath: string
constructor(private readOnly = false) {
constructor (private readOnly = false) {
super()
this.methods = ['compile', 'sync']
}

Loading…
Cancel
Save