diff --git a/Gulpfile.js b/Gulpfile.js index 095ea5025c4..f39d1d455e5 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -1,4 +1,5 @@ // @ts-check + const path = require("path"); const fs = require("fs"); const log = require("fancy-log");