From 0771c2ba1df78d2363850e3ce734b41467e6d15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Heymann?= Date: Mon, 6 Apr 2015 12:36:55 +0200 Subject: [PATCH] #91 Typo --- plugins/sigma.exporters.xlsx/sigma.exporters.xlsx.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/sigma.exporters.xlsx/sigma.exporters.xlsx.js b/plugins/sigma.exporters.xlsx/sigma.exporters.xlsx.js index ca7d3447c..247157c68 100644 --- a/plugins/sigma.exporters.xlsx/sigma.exporters.xlsx.js +++ b/plugins/sigma.exporters.xlsx/sigma.exporters.xlsx.js @@ -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 */