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

helper: Fix leak-check execution #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

honggyukim
Copy link

In some cases, leak-check cannot pass the target execution parameters in
its original form. In some cases, the execution might be failed as
follows:

  $ leak-check node -e ''
  LeakTracer 3.0.0 (shared library) -- LGPLv2
  node: -e requires an argument

If leak-check is not used, it executes normally.

In some cases, leak-check cannot pass the target execution parameters in
its original form.  In some cases, the execution might be failed as
follows:

  $ leak-check node -e ''
  LeakTracer 3.0.0 (shared library) -- LGPLv2
  node: -e requires an argument

If leak-check is not used, it executes normally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant