Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: fix behavior with util.inspect #72

Closed
wants to merge 1 commit into from
Closed

lib: fix behavior with util.inspect #72

wants to merge 1 commit into from

Commits on Feb 13, 2017

  1. lib: fix behavior with util.inspect

    If one tried to print the result of `require('metarhia-jstp')` in
    general or the `Connection` class itself to console, it resulted in
    invocation of internal logic of the `Connection` and crashing with
    an exception.
    
    A similar issue had been fixed in
    f7c393b and
    76e4323 but was introduced again in
    4a7941a.
    aqrln committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    d00f8ae View commit details
    Browse the repository at this point in the history