不要怂,就是干,撸起袖子干!

Commit 387abfa7 by Jan Aagaard Meier

Forgot to copy-pasta a helper function from bluebird

1 parent f3711679
Showing with 5 additions and 0 deletions
...@@ -414,4 +414,8 @@ function tryCatchApply(fn, args, receiver) { ...@@ -414,4 +414,8 @@ function tryCatchApply(fn, args, receiver) {
} }
} }
function asString(val) {
return typeof val === "string" ? val : ("" + val);
}
module.exports = SequelizePromise; module.exports = SequelizePromise;
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!