-
Notifications
You must be signed in to change notification settings - Fork 417
Conversation
@@ -80,7 +80,7 @@ know how we can improve it! | |||
// config_[1] starts remaining parameters. | |||
if (config.help) { | |||
console.log(`Usage: truffle run hello [name]`); | |||
done(null, [], []); | |||
done(null, [], []); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My editor made this spacing change, just noticed it. Is this line a typo anyway though?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, good. little known fact: inside every trailing space lives a ferocious gremlin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line looks like a typo to me, done
isn't part of the method signature. @gnidan @CruzMolina
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eggplantzzz Ok .. removing.
@@ -80,7 +80,7 @@ know how we can improve it! | |||
// config_[1] starts remaining parameters. | |||
if (config.help) { | |||
console.log(`Usage: truffle run hello [name]`); | |||
done(null, [], []); | |||
done(null, [], []); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, good. little known fact: inside every trailing space lives a ferocious gremlin
Co-Authored-By: g. nicholas d'andrea <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Swiggity-sweet!
Thanks @cgewecke!
Documentation for truffle 2226
cc: @gnidan