diff options
Diffstat (limited to 'scope.moon')
| -rw-r--r-- | scope.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ class Scope start, rest = key\match '^(.-)/(.*)' if not start - return @parent\get key + return @parent and @parent\get key scope = @get start assert scope and scope.type == 'scope', "cant find '#{prefix}#{start}' for '#{prefix}#{key}'" |
