print loader error

This commit is contained in:
Johannes
2024-06-04 08:23:17 +02:00
parent 9350309831
commit 35faacda93

View File

@@ -228,7 +228,7 @@ function main() {
// set up last test
Mocha.suite('Loader', function () {
test('should not explode while loading', function () {
assert.ok(!didErr, 'should not explode while loading');
assert.ok(!didErr, `should not explode while loading: ${didErr}`);
});
});
}