Pārlūkot izejas kodu

Add a missing semicolon.

Naotoshi Fujita 2 gadi atpakaļ
vecāks
revīzija
a9fe5974fb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,