Skip to content

Instantly share code, notes, and snippets.

@alexroan
Created June 18, 2020 09:30
Show Gist options
  • Save alexroan/d693cd439a346f23adeb85974652c1ff to your computer and use it in GitHub Desktop.
Save alexroan/d693cd439a346f23adeb85974652c1ff to your computer and use it in GitHub Desktop.
truffle-script-log.js
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