mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 01:25:46 +01:00
add some missing semicolons and remove some trailing commas
This commit is contained in:
@@ -546,7 +546,7 @@ liberator.IO = function () //{{{
|
||||
let dir = environmentService.get("TMPDIR") || environmentService.get("TMP")
|
||||
|| environmentService.get("TEMP") || (WINDOWS ? "C:\\" : "/tmp/");
|
||||
|
||||
file.initWithPath(dir)
|
||||
file.initWithPath(dir);
|
||||
file.appendRelativePath(tmpName);
|
||||
file.createUnique(Components.interfaces.nsIFile.NORMAL_FILE_TYPE, 0600);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user