You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
Currently, a very hacky solution is being employed to get the last n lines of logs. A new process is being spawned which execs the UNIX tail -n command. There is no readily available library to emulate this functionality in a cross platform manner (Though there are implementations of tail -f). A library/module needs to be implemented that does this for us, preferably in a cross platform manner.
References that may help (Thanks @sandeepraju!):
Currently, a very hacky solution is being employed to get the last n lines of logs. A new process is being spawned which execs the UNIX
tail -n
command. There is no readily available library to emulate this functionality in a cross platform manner (Though there are implementations oftail -f
). A library/module needs to be implemented that does this for us, preferably in a cross platform manner.References that may help (Thanks @sandeepraju!):
tail
commandThe text was updated successfully, but these errors were encountered: