Skip to content

Commit

Permalink
Modified make
Browse files Browse the repository at this point in the history
  • Loading branch information
asranja committed Nov 22, 2016
1 parent 305a9ec commit c0d3183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ target.package = function() {
// nuspec
var version = options.version;
if (!version) {
fail('supply version with --version');
console.warn('ERROR: supply version with --version');
process.exit(1);
}

if (!semver.valid(version)) {
Expand Down

0 comments on commit c0d3183

Please sign in to comment.