touch to kickoff another build - from accidental close pull request
This commit is contained in:
parent
86a62e15b1
commit
c851e672bd
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ SWIG_JSC_GetModule(void *clientdata) {
|
|||
JSObjectRef globalObject = JSContextGetGlobalObject(context);
|
||||
JSStringRef moduleName = JSStringCreateWithUTF8CString("swig_module_info_data");
|
||||
|
||||
if(JSObjectHasProperty(context, globalObject, moduleName) == false){
|
||||
if(JSObjectHasProperty(context, globalObject, moduleName) == false) {
|
||||
JSStringRelease(moduleName);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue