FileScriptHandle
class FileScriptHandle(val path: Path, verifier: String => Boolean, reporter: Throwable => Unit) extends ScriptHandle
A script handle that uses a direct path and verifies it. Errors are sent to the reporter.
A script handle that uses a direct path and verifies it. Errors are sent to the reporter.