Skip to content

Commit

Permalink
fix: debug-test invoke formatTestArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Sep 19, 2018
1 parent 51f93aa commit a82a87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/my-egg-bin/lib/cmd/test-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TestDebugCommand extends Command {
}

* run(context) {
const testArgs = this.formatTestArgs(context);
const testArgs = yield this.formatTestArgs(context);
console.log('%j', testArgs);
}
}
Expand Down

0 comments on commit a82a87a

Please sign in to comment.