[Pkg-javascript-commits] [dojo] 42/88: fixes #16072. Fixes some missing error reporting (with Mark blessing). !strict

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:35 UTC 2014


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

taffit pushed a commit to annotated tag 1.8.5
in repository dojo.

commit b13f560745ff4c7ac68a2853ae544284162cfd7b
Author: Christophe Jolif <cjolif at gmail.com>
Date:   Mon Nov 26 14:20:37 2012 +0000

    fixes #16072. Fixes some missing error reporting (with Mark blessing). !strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30050 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 promise/instrumentation.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/promise/instrumentation.js b/promise/instrumentation.js
index e2e8f49..409f1a9 100644
--- a/promise/instrumentation.js
+++ b/promise/instrumentation.js
@@ -62,6 +62,8 @@ define([
 
 		if(errors.length){
 			activeTimeout = setTimeout(logRejected, errors[0].timestamp + unhandledWait - now);
+		}else{
+			activeTimeout = false;
 		}
 	}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list