Skip to content

Commit

Permalink
jacomyal#91 follow guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
sheymann committed Apr 5, 2015
1 parent 7d98d60 commit b5965f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sigma.exporters.xlsx/sigma.exporters.xlsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
wsEdges = sheet(toArray(data, params));
}
else
throw new Error('Wrong argument "what": "' + params.what + '"');
throw new TypeError('Invalid argument: "what" is not "nodes" or "edges". Current value is "' + params.what + '".');
}

/* add worksheets to workbook */
Expand Down

0 comments on commit b5965f0

Please sign in to comment.