[Pkg-javascript-commits] [node-tap-mocha-reporter] 72/137: Always set this.writable=true

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 09:49:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-tap-mocha-reporter.

commit 439b3215dc183ce11aeeb490731d0de556d8d75e
Author: isaacs <i at izs.me>
Date:   Thu Aug 27 15:39:17 2015 -0700

    Always set this.writable=true
    
    Otherwise 0.8 has problems with it
---
 index.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/index.js b/index.js
index 6e17bdd..e3a0343 100755
--- a/index.js
+++ b/index.js
@@ -27,6 +27,8 @@ function Formatter (type, options) {
     type = 'silent'
   }
 
+  this.writable = true
+
   // don't actually need a reporter to report the tap we're getting
   // just parse it so that we exit with the correct code, but otherwise
   // dump it straight through to stdout.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap-mocha-reporter.git



More information about the Pkg-javascript-commits mailing list