summaryrefslogtreecommitdiff
path: root/src/scripts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts.c')
-rw-r--r--src/scripts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts.c b/src/scripts.c
index 9b5b8a1d..061df30d 100644
--- a/src/scripts.c
+++ b/src/scripts.c
@@ -1825,7 +1825,7 @@ global_include(JSContextRef ctx, JSObjectRef f, JSObjectRef this, size_t argc, c
content = (char*) exar_search_extract(path, "main.js", NULL);
if (content == NULL)
{
- js_make_exception(ctx, exc, EXCEPTION("include: reading %s failed."), path);
+ js_make_exception(ctx, exc, EXCEPTION("include: main.js was not found in %s."), path);
goto error_out;
}
}