Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Mac builds #205

Merged
merged 13 commits into from
Oct 27, 2017
Prev Previous commit
Next Next commit
print platform
  • Loading branch information
chriddyp committed Oct 27, 2017
commit e84b7faf6f6ad11a0521cb66e0a93590a003799a
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function build(cfg) {
}

function startPack() {
console.log('start pack...');
console.log('start pack: ' + os.platform);
/*
* Workaround for: https://github.com/ibmdb/node-ibm_db/issues/329
* This can be removed once the issue is resolved.
Expand Down