mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
[Basilisk] preferences: fix preprocessed lines
This commit is contained in:
parent
f00e5ffc7d
commit
fffa564c0c
1 changed files with 4 additions and 4 deletions
|
|
@ -1086,14 +1086,14 @@ var gApplicationsPane = {
|
|||
handlerInfoWrapper = new HandlerInfoWrapper(mimeType.type, wrappedHandlerInfo);
|
||||
handlerInfoWrapper.handledOnlyByPlugin = true;
|
||||
this._handledTypes[mimeType.type] = handlerInfoWrapper;
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG
|
||||
console.log("Enumerate MIME type: " + mimeType.type);
|
||||
#endif
|
||||
#endif
|
||||
} catch(e) {
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG
|
||||
console.log("Error fetching MIME type info for " + mimeType.type);
|
||||
console.log(e);
|
||||
#endif
|
||||
#endif
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue