1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-06 14:46:46 +02:00

Moved gh pages into master branch

This commit is contained in:
Thomas Bui
2020-12-12 19:09:32 -08:00
parent e0d35253fc
commit 4272e679cc
39 changed files with 1116 additions and 68 deletions

View File

@@ -141,7 +141,6 @@ function cleanUp() {
let filePath = path.join(__dirname, name);
return fsPromise.unlink(filePath);
} catch(e) {
console.log("err was catch here");
console.log(e);
}
})