Spaces:
Sleeping
Sleeping
Update server.js
Browse files
server.js
CHANGED
|
@@ -56,7 +56,7 @@ app.post('/translate', async (req, res) => {
|
|
| 56 |
console.log(`"${text}" -> "${result.text}"`)
|
| 57 |
|
| 58 |
} catch (error) {
|
| 59 |
-
console.log('Translation failed : ${error}')
|
| 60 |
delay = delay + 100
|
| 61 |
delayFileTermination(delay)
|
| 62 |
console("ํ์ฌ Delay ํ์:" + delay + "ms")
|
|
|
|
| 56 |
console.log(`"${text}" -> "${result.text}"`)
|
| 57 |
|
| 58 |
} catch (error) {
|
| 59 |
+
console.log('Translation failed : ${error}')
|
| 60 |
delay = delay + 100
|
| 61 |
delayFileTermination(delay)
|
| 62 |
console("ํ์ฌ Delay ํ์:" + delay + "ms")
|