Skip to content

Commit 9eaefa6

Browse files
BridgeJS: Rename BRIDGE_JS_PROFILING to BRIDGEJS_PROFILING
to be consistent with other environment variables used by BridgeJS.
1 parent a271c38 commit 9eaefa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/BridgeJS/Sources/BridgeJSTool/BridgeJSTool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ private func inputSwiftFiles(targetDirectory: URL, positionalArguments: [String]
327327

328328
extension Profiling {
329329
static func make() -> Profiling? {
330-
guard let outputPath = ProcessInfo.processInfo.environment["BRIDGE_JS_PROFILING"] else {
330+
guard let outputPath = ProcessInfo.processInfo.environment["BRIDGEJS_PROFILING"] else {
331331
return nil
332332
}
333333
let fd = open(outputPath, O_WRONLY | O_CREAT | O_TRUNC, 0o644)

0 commit comments

Comments
 (0)