mirror of
https://github.com/leporello-js/leporello-js
synced 2026-03-19 07:34:33 -07:00
fix
This commit is contained in:
@@ -76,7 +76,7 @@ export const find_definitions = (ast, globals, scope = {}, closure_scope = {}, m
|
||||
|
||||
|
||||
// sanity check
|
||||
if(!globals instanceof Set) {
|
||||
if(!(globals instanceof Set)) {
|
||||
throw new Error('not a set')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user