extra changes removed

pull/1738/head
Aniket-Engg 3 years ago committed by yann300
parent 01bc8b4db3
commit 2733fd8167
  1. 3
      libs/remix-core-plugin/src/lib/compiler-content-imports.ts

@ -12,7 +12,6 @@ const profile = {
export class CompilerImports extends Plugin {
previouslyHandled: {}
urlResolver: any
testRunner: any
constructor () {
super(profile)
this.urlResolver = new RemixURLResolver()
@ -116,7 +115,7 @@ export class CompilerImports extends Plugin {
* @param {String} targetPath - (optional) internal path where the content should be saved to
* @returns {Promise} - string content
*/
async resolveAndSave (url, targetPath, testRunner = null) {
async resolveAndSave (url, targetPath) {
try {
const provider = await this.call('fileManager', 'getProviderOf', url)
if (provider) {

Loading…
Cancel
Save