TypeError: fn is not a function #5548
Replies: 1 comment
-
Pls close the issue. module.exports = function(callback) { // invoke callback |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When I execute the following Javascript test script it returns with TypeError: fn is not a function.
Here´s the .js code
Log output in Truffle console in MVC
_truffle(mainnet_fork)> truffle exec run.js --network mainnet_fork
Using network 'mainnet_fork'.
It´s been bugging me now for a long while. I do not have any fn function and it´s a simple code that should simply work and produce the expected output.
Much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions