lordgamez commented on a change in pull request #1237:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1237#discussion_r789553463
##########
File path: extensions/script/ExecuteScript.cpp
##########
@@ -123,6 +128,10 @@ void ExecuteScript::onTrigger(const
std::shared_ptr<core::ProcessContext> &conte
throw std::runtime_error("No script engine available");
}
+ if (module_directory_.size()) {
Review comment:
Updated module directory to be optional in
f6be6d51339473f54b18c103fdef812b47c759ee
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]