diff --git a/index.js b/index.js index cbe9288..7e3aa6c 100644 --- a/index.js +++ b/index.js @@ -36,7 +36,7 @@ var styles = (function () { var proto = defineProps(function chalk() {}, styles); function build(_styles) { - var builder = function builder() { + var builder = function () { return applyStyle.apply(builder, arguments); };