mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08: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