sebavan 6 năm trước cách đây
mục cha
commit
abebeaddec
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Tools/Gulp/helpers/gulp-processShaders.js

+ 1 - 0
Tools/Gulp/helpers/gulp-processShaders.js

@@ -128,6 +128,7 @@ function main(isCore) {
 export var ${shaderName} = { name, shader };`)
 
             // Go to disk.
+            console.log(directory + '/' + tsFilename);
             fs.writeFileSync(directory + '/' + tsFilename, tsContent);
 
             return cb();