file name fix

pull/2112/head
aniket-engg 3 years ago committed by Aniket
parent d506809b42
commit 7f4a47afff
  1. 2
      libs/remix-core-plugin/src/lib/compiler-metadata.ts

@ -27,7 +27,7 @@ export class CompilerMetadata extends Plugin {
}
_OutputFileName (path, target) {
return this.joinPath(path, this.innerPath, 'output/' + target.replace('/', '_') + '.json')
return this.joinPath(path, this.innerPath, 'output/' + target.replace(/\//g, '_') + '.json')
}
onActivation () {

Loading…
Cancel
Save