PORT_DEBUG fix

This commit is contained in:
Peter Boyer 2016-06-17 19:18:46 -04:00
parent 7b1059ab6e
commit c877bee8f1
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
PORT_DEBUG = false; // TODO(pboyer) remove
exports.atn = require('./atn/index');
exports.dfa = require('./dfa/index');
exports.tree = require('./tree/index');