aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 06cbcd1f..e42f5e19 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -218,7 +218,7 @@ if (phase == 'funcs' && RELOOP) { // XXX handle !singlePhase
try {
load(RELOOPER);
} catch(e) {
- printErr('cannot find relooper at ' + RELOOPER + ', trying in current dir');
+ printErr('cannot load relooper at ' + RELOOPER + ' : ' + e + ', trying in current dir');
load('relooper.js');
}
assert(typeof Relooper != 'undefined');