mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-12 21:39:28 +02:00
Add console.log to spark index file
This commit is contained in:
@@ -40,6 +40,9 @@ const spark = (sparkConfig) => async (
|
||||
? await shouldRun(sparkContext)
|
||||
: shouldRun)
|
||||
: false; //
|
||||
|
||||
console.log("type is ", type, "dontRun value is", dontRun);
|
||||
|
||||
if (dontRun) return false;
|
||||
const sparkData = await Object.keys(sparkBody).reduce(
|
||||
async (acc, key) => ({
|
||||
|
||||
Reference in New Issue
Block a user