fix(node): standardize quote style in execute method
This commit is contained in:
parent
ade8ff8cee
commit
c4f4735626
@ -101,7 +101,7 @@ class NodeRecipe {
|
||||
};
|
||||
|
||||
|
||||
if (prev && typeof prev.then === 'function') {
|
||||
if (prev && typeof prev.then === "function") {
|
||||
return prev.then(runOp);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user