mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
💩 💩 💩 💩 genius me
░░░░░░░░░░░░░░░░░░░▄▄▄▄▄▄░░░░░░░░░ ░░░░░░░░░░░░█▀█▄▄▀▀░░░░░░▀█▄░░░░░░ ░░░░░░░█▀▀▀▀░░░░░░░░░░░░░░░░▀▄▄▄▄░ ░░░░░▄▄▀░░░▄█░░░░░░░░░░░░░░░░▄▄██▄ ░░░░░█░░▄█▀░░▀▀▀▀▀▄▄░░░░░░░▄▄█░▀█░ ░░░░░█░▄▀░░░░░░░░░░░▀▀▀▀▄▄███░░░▀▄ ░░░░░▀▄█▄███▄▄░░░▄▄▄▄░░░░▄▀░░░░░░█ ░░░░░░█▄█▀██▀░░░░█▀▄▄▀░░█░░░░░░░█▀ ░░░░░██░██▀░░░░░▄█▄███░░█░░░░░░░█░ ░░░▄▄█▀█▄░░▄▄▄▄░░█░░░░▄▀░░░░░░░█░░ ░▄▀░░███▄░░▀▀░▀░░░░░▄█▄░░░░░░░█▀░░ █░░░░█░█▄▄▄▄▄▄▄░░░░░█▀███░░░░░█░░░ █░░░░██████▀▀▀█░░░░░░██░█▄▄▄▄▄█░░░ ░░░░░██░▄██▀▀██░█░░░▄▀██▀░░░░▀▀▀▄░ ░░░░░█▀██░░▄███░█░░░█▀░░░░░░░░░░░█ ░░░░░░▄█▀▀▀██▀░░░░▄▀░░░░░░░░░░░░░▀ ░░░░░░▀▄░░░░░░░░▄▀░░░░░░░░░░░░░░░░ ░░░░░░░░█▄▀▀▀▄▀▀░░░░░░░░░░░░░░░░░░
This commit is contained in:
parent
b95d011933
commit
2a13d1e1c5
@ -31,7 +31,7 @@ function update_file_date(hash) {
|
||||
fs.exists(path, function(exists) {
|
||||
if (exists) {
|
||||
var date = new Date();
|
||||
fs.utimes("path", date, date, function(err){
|
||||
fs.utimes(path, date, date, function(err){
|
||||
if (err) {
|
||||
console.error(err);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user