[Pkg-javascript-commits] [node-tap-mocha-reporter] 57/137: typo

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 09:49:26 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 902232984064b5c888b2a4234f5333e617a6702e
Author: isaacs <i at izs.me>
Date:   Wed May 6 11:54:20 2015 -0700

    typo
---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 92ce756..305565b 100755
--- a/index.js
+++ b/index.js
@@ -8,7 +8,7 @@ Formatter.types = Object.keys(reporters).sort()
 var Writable = require('stream').Writable
 if (!Writable) {
   try {
-    Writale = require('readable-stream').Writable
+    Writable = require('readable-stream').Writable
   } catch (er) {
     throw new Error('Please install "readable-stream" to use this module ' +
                     'with Node.js v0.8 and before')

-- 
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