fix(node): standardize quote style in execute method

This commit is contained in:
engin0223 2026-03-07 15:05:34 +03:00
parent ade8ff8cee
commit c4f4735626

View File

@ -101,7 +101,7 @@ class NodeRecipe {
}; };
if (prev && typeof prev.then === 'function') { if (prev && typeof prev.then === "function") {
return prev.then(runOp); return prev.then(runOp);
} }