Explorar el Código

Correct unterminated string #455

Ben Hsieh hace 8 años
padre
commit
55009f1482
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      polyfill/Blob.js

+ 1
- 1
polyfill/Blob.js Ver fichero

286
 
286
 
287
   safeClose() {
287
   safeClose() {
288
     if(this._closed)
288
     if(this._closed)
289
-      return Promise.reject('Blob has been released.)
289
+      return Promise.reject('Blob has been released.')
290
     this._closed = true
290
     this._closed = true
291
     if(!this._isReference) {
291
     if(!this._isReference) {
292
       return fs.unlink(this._ref).catch((err) => {
292
       return fs.unlink(this._ref).catch((err) => {