Merge pull request #1330 from ethereum/typo

Fix Typo
pull/1/head
yann300 7 years ago committed by GitHub
commit 46f4feb12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/compiler/compiler-imports.js

@ -8,7 +8,7 @@ module.exports = class CompilerImports {
this.previouslyHandled = {} // cache import so we don't make the request at each compilation.
}
handleGithubCal (root, path, cb) {
handleGithubCall (root, path, cb) {
return request.get(
{
url: 'https://api.github.com/repos/' + root + '/contents/' + path,

Loading…
Cancel
Save