Sfoglia il codice sorgente

Add a missing semicolon.

Naotoshi Fujita 2 anni fa
parent
commit
a9fe5974fb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,