summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKRoot.m')
-rw-r--r--MLKRoot.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKRoot.m b/MLKRoot.m
index 4ab2f2e..0f7afa5 100644
--- a/MLKRoot.m
+++ b/MLKRoot.m
@@ -163,6 +163,7 @@ load (id *_data, id *_multireturn, NSString *fileName, id _marker)
static id
require (id *_data, id *_multireturn, id moduleName, id _marker)
{
+ NSLog(@"require...");
NSBundle *toiletKit = [NSBundle bundleForClass:[MLKRoot class]];
NSString *path = [[toiletKit resourcePath]
stringByAppendingPathComponent:stringify(moduleName)];