Explorar el Código

Add a missing semicolon.

Naotoshi Fujita hace 2 años
padre
commit
a9fe5974fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/build-types.js

+ 1 - 1
scripts/build-types.js

@@ -22,7 +22,7 @@ async function emit() {
 }
 
 async function bundle() {
-  const file = path.join( dir, 'index.d.ts' )
+  const file = path.join( dir, 'index.d.ts' );
 
   const bundle = await rollup( {
     input  : file,