Last active
June 18, 2020 09:12
-
-
Save alexroan/423c0380ff1431d8f9d5cafd2afa9c0f to your computer and use it in GitHub Desktop.
truffle-script-outline.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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