Save everything in case computer melts
This commit is contained in:
parent
5a081f748e
commit
ff2ac65b2b
55 changed files with 2437 additions and 1289 deletions
|
|
@ -3,7 +3,6 @@ var fs = require("fs");
|
|||
var parseString = require("plist").parseString;
|
||||
function parseTheme(themeXml, callback) {
|
||||
parseString(themeXml, function(_, theme) {
|
||||
console.log(theme)
|
||||
callback(theme[0])
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue