parent
2690d2665b
commit
63c50ec7b3
|
@ -135,7 +135,7 @@ beautify = ({ editor, onSave, language }) ->
|
||||||
else
|
else
|
||||||
error = new Error("Unsupported beautification result '#{text}'.")
|
error = new Error("Unsupported beautification result '#{text}'.")
|
||||||
showError(error)
|
showError(error)
|
||||||
return reject(error)
|
return setTimeout(-> resolve(text), 0)
|
||||||
|
|
||||||
# else
|
# else
|
||||||
# console.log "Already Beautiful!"
|
# console.log "Already Beautiful!"
|
||||||
|
|
Loading…
Reference in New Issue