Skip to content

Commit

Permalink
Fixed and error on iris_packager (issue #148)
Browse files Browse the repository at this point in the history
  • Loading branch information
surtich committed Sep 26, 2013
1 parent 524088a commit 68bd0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/iris_packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function init () {

if ( !config.inputPaths ) {
//throw "you must specify the parameter input=path_to_directory/,path_to_file...";
//}
}

if ( !config.outputPath && !config.outputFile ) {
config.outputFile = config.initJs;
Expand Down

0 comments on commit 68bd0ff

Please sign in to comment.