Forgot to set module.exports for the new DriveController class; the Node pdp11 shell app runs properly again
This commit is contained in:
parent
a70ab3dcc8
commit
d739ffcffd
2 changed files with 4 additions and 2 deletions
|
|
@ -1158,3 +1158,5 @@ DriveController.SOURCE = {
|
|||
LOCAL: "?",
|
||||
REMOTE: "??"
|
||||
};
|
||||
|
||||
if (NODE) module.exports = DriveController;
|
||||
|
|
|
|||
Loading…
Reference in a new issue