Starting work on v1.16.4: fixed command-line (Node) version of PCjs
This commit is contained in:
parent
eef398a53c
commit
08261fa568
152 changed files with 1498 additions and 1373 deletions
|
|
@ -44,10 +44,3 @@
|
|||
* nodebugger.js, to be loaded as early as possible, which explicitly UPDATES the value of DEBUGGER to false.
|
||||
*/
|
||||
DEBUGGER = false;
|
||||
|
||||
/*
|
||||
* We still need some Debugger "stub" objects, so that attempts to reference Debugger constants won't trigger exceptions.
|
||||
*/
|
||||
var Debugger = {
|
||||
MESSAGE: {}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue