From 20abdaf007503aaec6a416947593e74f029e1549 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 12 Sep 2019 09:52:16 -0700 Subject: [PATCH] Fix spelling of "use strict" in shell.js Fixes #9426 --- src/shell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell.js b/src/shell.js index 3301d53dcdbe0..9b410c4903514 100644 --- a/src/shell.js +++ b/src/shell.js @@ -4,7 +4,7 @@ // found in the LICENSE file. #if STRICT_JS -"use strict;" +"use strict"; #endif #if SIDE_MODULE == 0