forked from Botanical/BotanJS
Migrate old externs 7/x
This commit is contained in:
@@ -325,7 +325,7 @@ func (r *Resolver) getExtern(f string) (closure.SourceInput, bool, error) {
|
||||
return closure.SourceInput{}, false, err
|
||||
}
|
||||
|
||||
src = closure.SourceInput{
|
||||
src := closure.SourceInput{
|
||||
Name: f,
|
||||
Source: string(b),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user