Skip to content

Instantly share code, notes, and snippets.

@alexroan
Last active June 18, 2020 09:12
Show Gist options
  • Save alexroan/423c0380ff1431d8f9d5cafd2afa9c0f to your computer and use it in GitHub Desktop.
Save alexroan/423c0380ff1431d8f9d5cafd2afa9c0f to your computer and use it in GitHub Desktop.
truffle-script-outline.js
module.exports = async function(callback) {
// do some stuff
callback();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment