You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renderSuccess: 'Congratulations, the rendering is complete, go ahead and preview.',
264
+
renderError: 'Rendering failed, please check whether 127.0.0.1 in the hosts file points to localhost. After confirming that the configuration is correct, try to restart the application.',
262
265
syncWarning: 'You must complete the configuration to synchronize!',
263
266
syncSuccess: 'Synchronization succeeded!',
264
267
syncError1: 'Sorry, synchronization encountered an error, please refer to',
@@ -383,6 +386,7 @@ const message = {
383
386
remote: 'Serveur',
384
387
system: 'Système',
385
388
renderSuccess: 'Félicitations, le rendu est terminé et regardez en avant-première.',
389
+
renderError: 'Le rendu a échoué, veuillez vérifier si 127.0.0.1 dans le fichier hosts pointe vers localhost. Après avoir vérifié que la configuration est correcte, essayez de redémarrer l\'application.',
386
390
syncWarning: 'Vous devez compléter la configuration pour synchroniser !',
387
391
syncSuccess: 'La synchronisation a réussi !',
388
392
syncError1: 'Désolé, la synchronisation a rencontré une erreur, veuillez vous référer à',
console.log('\x1B[31m%s\x1B[0m','Localhost is not found so that the preview server is not working. Please check your hosts file and then restart the application.')
13
+
}else{
14
+
console.log(`Preview server port ${port} is busy, trying with port ${port+1}`)
0 commit comments