Created
June 18, 2020 09:30
-
-
Save alexroan/d693cd439a346f23adeb85974652c1ff to your computer and use it in GitHub Desktop.
truffle-script-log.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) { | |
console.log("IT WORKS"); | |
callback(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment