If a user passes a function expecting a callback, for example, ``` js parser.prerun(function(done) { asyncFunction(done); }) ``` the prerun function will receive a callback that it **must** call for parsing to continue.
If a user passes a function expecting a callback, for example,
the prerun function will receive a callback that it must call for parsing to continue.