todo to fix last part of import silent

This commit is contained in:
Luke Page
2013-03-21 16:57:10 +00:00
parent 493d6facf2
commit 47b7bda64b

View File

@@ -49,6 +49,10 @@ tree.mixin.Call.prototype = {
}
}
if (match) {
if (!this.currentFileInfo || !this.currentFileInfo.silent) {
//todo tell the rules that they are not silent
// make sure the rules pass that information when eval'd
}
return rules;
}
}