[Pkg-javascript-commits] [node-tap] 06/14: Fix patch
Jérémy Lal
kapouer at moszumanska.debian.org
Mon Oct 20 00:02:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-tap.
commit 8881fa4ccaa66868a6bd164e939160234a86ce21
Author: Jérémy Lal <kapouer at melix.org>
Date: Mon Oct 20 01:38:33 2014 +0200
Fix patch
---
debian/patches/use_available_modules.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/use_available_modules.patch b/debian/patches/use_available_modules.patch
index 2c54fd7..7b936bd 100644
--- a/debian/patches/use_available_modules.patch
+++ b/debian/patches/use_available_modules.patch
@@ -17,7 +17,7 @@ Last-Update: 2014-10-20
+function deepEqual(a, b) {
+ try {
+ assert.deepEqual(a, b);
-+ } catch() {
++ } catch(e) {
+ return false;
+ }
+ return true;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git
More information about the Pkg-javascript-commits
mailing list