forked from MapComplete/MapComplete
Fixed generateCacheScript as not to redownload duplicate features
This commit is contained in:
parent
4fd233e557
commit
0564c524a2
2 changed files with 20 additions and 6 deletions
|
@ -86,6 +86,10 @@ export default class ScriptUtils {
|
|||
})
|
||||
|
||||
}
|
||||
|
||||
public static erasableLog(...text) {
|
||||
process.stdout.write("\r "+text.join(" ")+" \r")
|
||||
}
|
||||
|
||||
public static sleep(ms) {
|
||||
if (ms <= 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue