Skip to content

Commit

Permalink
fix(lang): meta file, try local when remote fails
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Jul 23, 2019
1 parent 5ecefdd commit 4566c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bp/lang-server/service/download-manager.ts
Expand Up @@ -74,6 +74,7 @@ export default class DownloadManager {
this.meta = data
} catch (err) {
debug('Error fetching models', { url: this.metaUrl, message: err.message })
throw err
}
}

Expand Down

0 comments on commit 4566c4d

Please sign in to comment.