Skip to content

Commit

Permalink
delete process.ENV.SERIAL_PORT_INSTALLED;
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 19, 2015
1 parent d6c1bc2 commit fa77a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ npm.on("close", function(code) {
if (code !== 0) {
console.log("serialport installation failed. Error Code:", code);
}

delete process.ENV.SERIAL_PORT_INSTALLED;
});

/*
Expand Down

0 comments on commit fa77a72

Please sign in to comment.