Print missed symbol's name
This commit is contained in:
parent
ef8e2cbc79
commit
cb87fbdae6
|
@ -38,6 +38,7 @@ Object fetchFromEnvironment(const char *name, struct Environment *env)
|
||||||
return fetchFromEnvironment(name, env->outer);
|
return fetchFromEnvironment(name, env->outer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
printf("'%s'\n", name);
|
||||||
return errorObject(DID_NOT_FIND_SYMBOL);
|
return errorObject(DID_NOT_FIND_SYMBOL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue