Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Remove extraneous callback in plugin example
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke authored Aug 13, 2019
1 parent ab81859 commit f2d0e9d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ know how we can improve it!
// config_[1] starts remaining parameters.
if (config.help) {
console.log(`Usage: truffle run hello [name]`);
done(null, [], []);
return;
}

Expand Down

0 comments on commit f2d0e9d

Please sign in to comment.