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

docs: wrong variable in "stopper.stop" #2244

Closed
yanivefraim opened this issue Jul 10, 2016 · 0 comments · May be fixed by Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132
Closed

docs: wrong variable in "stopper.stop" #2244

yanivefraim opened this issue Jul 10, 2016 · 0 comments · May be fixed by Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132

Comments

@yanivefraim
Copy link
Contributor

Expected behavior

var stopper = require('karma').stopper
stopper.stop({port: 9876}, function(exitCode) {

Actual behavior

var stopper = require('karma').stopper
runner.stop({port: 9876}, function(exitCode) {
  • Karma version (output of karma --version):
    1.0

See here: https://github.com/karma-runner/karma/blob/53f53bb662cf1297d6725e4c1e70e6f3fc5761a2/docs/dev/04-public-api.md#stopperstopoptions-callbackprocessexit

@yanivefraim yanivefraim changed the title Docs: wrong variable in "stopper.stop" docs: wrong variable in "stopper.stop" Jul 10, 2016
dignifiedquire added a commit that referenced this issue Jul 11, 2016
fix(docs): fix stopper.stop wrong variable name. closes #2244
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant