fix references & wrong rebasing

pull/1342/head
yann300 3 years ago committed by davidzagi93@gmail.com
parent b517a4d359
commit 33efc9dff1
  1. 2
      libs/remix-solidity/src/compiler/compiler-utils.ts

@ -12,7 +12,7 @@ export const pathToURL = {}
* @param version is the version of compiler with or without 'soljson-v' prefix and .js postfix
*/
export function urlFromVersion (version) {
let url
let url
if (version === 'builtin') {
let location: string | Location = window.document.location
let path = location.pathname

Loading…
Cancel
Save