mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
rework success page, html download, and more
This commit is contained in:
committed by
Aiden McClelland
parent
5eca577152
commit
c65f019ffc
3
setup-wizard/src/app/util/misc.util.ts
Normal file
3
setup-wizard/src/app/util/misc.util.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const pauseFor = (ms: number) => {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
}
|
||||
Reference in New Issue
Block a user