Fixing variable rename typo.
This commit is contained in:
parent
4eb9d267eb
commit
05ebb80f19
@ -892,7 +892,7 @@ class AssetGuard extends EventEmitter {
|
|||||||
// /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
|
// /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
|
||||||
const pth = '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home'
|
const pth = '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home'
|
||||||
const res = fs.existsSync(pth)
|
const res = fs.existsSync(pth)
|
||||||
return res ? pthRoot : null
|
return res ? pth : null
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user