Shubham Joshi
Shubham Joshi
### Node version (or tell us if you're using electron or some other framework): NodeJS 9.11.2 ### ShellJS version (the most recent version/Github branch you see the bug on): 0.8.3/master...
### Node version (or tell us if you're using electron or some other framework): Node v8.12.0 ### ShellJS version (the most recent version/Github branch you see the bug on): ShellJS...
For the rule file ``` foo("bar", "baz"). ``` And the query ``` for result in prolog.query('foo("bar", X)'): print(r['X']) ``` I get `b'baz'` and not `'baz'`, is there any way to...