fixed
This commit is contained in:
parent
91c2460a23
commit
4aabe044fc
|
@ -151,20 +151,21 @@ MACHINE.modules[~s] =
|
||||||
|
|
||||||
|
|
||||||
(define (assemble-modinvoke path after)
|
(define (assemble-modinvoke path after)
|
||||||
(format "if (! MACHINE.modules[~s].isInvoked) {
|
(let ([name (rewrite-path (path->string path))])
|
||||||
MACHINE.modules[~s].invoke(MACHINE,
|
(format "if (! MACHINE.modules[~s].isInvoked) {
|
||||||
function() {
|
MACHINE.modules[~s].invoke(MACHINE,
|
||||||
~a
|
function() {
|
||||||
},
|
~a
|
||||||
MACHINE.params.currentErrorHandler);
|
},
|
||||||
} else {
|
MACHINE.params.currentErrorHandler);
|
||||||
~a
|
} else {
|
||||||
}
|
~a
|
||||||
"
|
}
|
||||||
path
|
"
|
||||||
path
|
(symbol->string name)
|
||||||
after
|
(symbol->string name)
|
||||||
after))
|
after
|
||||||
|
after)))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user