Skip to content

Commit f1d5c39

Browse files
committed
use const
1 parent 3f44a13 commit f1d5c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-shell.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function jsvuOSName() {
151151
return `${osName()}${osArch()}`
152152
}
153153

154-
DEFAULT_JSC_LOCATION = "/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Helpers/jsc"
154+
const DEFAULT_JSC_LOCATION = "/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Helpers/jsc"
155155

156156
function testSetup() {
157157
let shellBinary;

0 commit comments

Comments
 (0)