From c46b791911ae16f9ce06825c59a0ff93b4e4c789 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Fri, 8 Mar 2019 10:59:15 -0600 Subject: Remove node 6 trailing comma support This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6 --- scripts/frontend/postinstall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/frontend/postinstall.js') diff --git a/scripts/frontend/postinstall.js b/scripts/frontend/postinstall.js index 682039a41b3..94977e459e3 100644 --- a/scripts/frontend/postinstall.js +++ b/scripts/frontend/postinstall.js @@ -13,7 +13,7 @@ if (process.platform === 'darwin') { ensure that it is supported by the fsevents library. You can try installing again with \`${chalk.cyan('yarn install --force')}\` - `) + `), ); process.exit(1); } -- cgit v1.2.1