]> git.e2factory.org Git - e2factory.git/commit
Replace abort() in guards of dofile2() with error()
authorTobias Ulmer <tu@emlix.com>
Fri, 3 May 2013 13:08:30 +0000 (15:08 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 13:58:55 +0000 (14:58 +0100)
commitb6905ebcf638d2575d1dccb11ecb66f8645f3a9d
treebb66530a4787f5cdf0ee7cbe47eafe58646f53bf
parent6171ed1dc23cc054c04b60a4ffce7ce675e5bc62
Replace abort() in guards of dofile2() with error()

Here error() is called in a protected environment. We get an error
message back instead of instantly terminating the program.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/e2lib.lua