arr-ai / arrai

The ultimate data engine.
http://arr.ai
Apache License 2.0
20 stars 15 forks source link

//log.print does not print offset of sequences #579

Closed nofun97 closed 4 years ago

nofun97 commented 4 years ago

Steps to Reproduce

//log.print(18\'abc')

Expected behavior

@> //log.print(18\'abc')
2020/08/17 15:33:50 18\abc
18\'abc'

Actual behavior

@> //log.print(18\'abc')
2020/08/17 15:33:50 abc
18\'abc'

Your Environment

$ arrai info
Version    : DIRTY-v0.131.0
Git commit : f109f88c4056f3e61b7f47f5e1f112b20772009f
Date       : 2020-08-17T04:57:59Z
OS/arch    : darwin/amd64
Go version : go1.14.4 darwin/amd64