From 272a0824e87236b7c63e4a11722f780814e4daf8 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 13 Feb 2017 11:15:40 -0800 Subject: [PATCH] Fix darwin platform name --- spec/fixtures/api/crash-restart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/api/crash-restart.html b/spec/fixtures/api/crash-restart.html index 4a96baeaedc6..2f55c539bbd8 100644 --- a/spec/fixtures/api/crash-restart.html +++ b/spec/fixtures/api/crash-restart.html @@ -19,7 +19,7 @@ crashReporter.start({ }) setImmediate(() => { - if (process.platform === 'darwin2') { + if (process.platform === 'darwin') { crashReporter.setExtraParameter('extra2', 'extra2') crashReporter.setExtraParameter('extra3', null) } else {