mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-31 14:16:51 +00:00
Update raw-api.js
This commit is contained in:
@@ -113,8 +113,6 @@ fs.readdir(directoryPath, function (err, files) {
|
||||
fs.writeFile("raw-api/v2.json", JSON.stringify(v2), (err) => {
|
||||
if (err) throw err;
|
||||
});
|
||||
} else {
|
||||
throw new Error("processedCount is not equal to files.length");
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user