mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-17 02:40:56 +01:00
Removed a new line by mistake. Formatting...
This commit is contained in:
parent
305f2fa448
commit
1199c431ff
@ -535,6 +535,7 @@ async function doMakeImage(task) {
|
||||
throw new Error('Connexion with server lost.')
|
||||
}
|
||||
} while (Date.now() < (serverState.time + SERVER_STATE_VALIDITY_DURATION) && serverState.task !== renderRequest.task)
|
||||
|
||||
switch(serverState.session) {
|
||||
case 'pending':
|
||||
case 'running':
|
||||
|
Loading…
Reference in New Issue
Block a user