Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sheymann committed Apr 6, 2015
1 parent b5965f0 commit 0771c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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,8 @@
wsEdges = sheet(toArray(data, params));
}
else
throw new TypeError('Invalid argument: "what" is not "nodes" or "edges". Current value is "' + params.what + '".');
throw new TypeError(
'Invalid argument: "what" is not "nodes" or "edges", was ' + params.what);
}

/* add worksheets to workbook */
Expand Down

0 comments on commit 0771c2b

Please sign in to comment.