From ff5f309a0002499c3d3d9b38f3d22150a8ef2520 Mon Sep 17 00:00:00 2001 From: feugy Date: Mon, 14 Jul 2014 13:42:14 +0200 Subject: [PATCH] #2 try to fix forbidden on Travis --- hyperion/src/util/common.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperion/src/util/common.coffee b/hyperion/src/util/common.coffee index d397b65..1814093 100644 --- a/hyperion/src/util/common.coffee +++ b/hyperion/src/util/common.coffee @@ -416,6 +416,7 @@ emitter.fromRule = (callback = ->) -> foundService = false for line, i in stacktrace.get() line = line.getFileName() + console.log line # we found a line coming from services that is not the fromRule() and bind invokation foundService = true unless i <= 2 or foundService or -1 is line.indexOf serviceRoot # invoked from compilation folder: forbidden