Skip to content

Commit

Permalink
Drive bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Bell committed Apr 27, 2012
1 parent fd07894 commit 2f17fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/HMD2043.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
this.busy = false;

if(!this.nonBlocking) callback();
}, seekTime + rwTime);
}.bind(this), seekTime + rwTime);

this.busy = true;
return;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dcpu16",
"description": "An assembler and a vm for the DCPU-16 CPU from Notch's new game, 0x10c.",
"version": "0.2.18-1",
"version": "0.2.18-3",
"engines": {
"node": "*"
},
Expand Down

0 comments on commit 2f17fac

Please sign in to comment.