diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-06 10:41:24 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-06 10:41:24 +0200 |
commit | 241b75b723615faf6be374bfe32506211a01307e (patch) | |
tree | 1848b2c9188901eda3794b8af15db53333403f0b /luaotfload-database.lua | |
parent | 15ff8e6e3b942aa9df98ea1df572eaee6d9f292b (diff) | |
download | luaotfload-241b75b723615faf6be374bfe32506211a01307e.tar.gz |
fix unsupported style modifiers
Diffstat (limited to 'luaotfload-database.lua')
-rw-r--r-- | luaotfload-database.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-database.lua b/luaotfload-database.lua index beef5b1..b7446c9 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -98,7 +98,7 @@ local writable_path if caches then writable_path = caches.getwritablepath("names","") if not writable_path then - error("Impossible to find a suitable writeable cache...") + luaotfload.error("Impossible to find a suitable writeable cache...") end names.path.dir = writable_path names.path.path = filejoin(writable_path, names.path.basename) |